diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-09-07 10:07:14 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-09-07 10:07:14 +0000 |
commit | ce38b262dce6b9f416231d205b294c4b30912b20 (patch) | |
tree | fafb76fe57097be200a0f072e27603a82a87bd17 /Build/source/libs/luajit/LuaJIT-2.0.4-PATCHES/patch-06-ppc-darwin | |
parent | 12b7886d9ba059dcf4d8c2d3f534426b7476c447 (diff) |
LuaJIT 2.1.0-beta1
git-svn-id: svn://tug.org/texlive/trunk@38315 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/luajit/LuaJIT-2.0.4-PATCHES/patch-06-ppc-darwin')
-rw-r--r-- | Build/source/libs/luajit/LuaJIT-2.0.4-PATCHES/patch-06-ppc-darwin | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Build/source/libs/luajit/LuaJIT-2.0.4-PATCHES/patch-06-ppc-darwin b/Build/source/libs/luajit/LuaJIT-2.0.4-PATCHES/patch-06-ppc-darwin deleted file mode 100644 index 35ed495231a..00000000000 --- a/Build/source/libs/luajit/LuaJIT-2.0.4-PATCHES/patch-06-ppc-darwin +++ /dev/null @@ -1,26 +0,0 @@ -diff -ur -x lbitlib.c LuaJIT-2.0.4.orig/src/host/buildvm.c LuaJIT-2.0.4/src/host/buildvm.c ---- LuaJIT-2.0.4.orig/src/host/buildvm.c 2015-05-14 20:30:00.000000000 +0200 -+++ LuaJIT-2.0.4/src/host/buildvm.c 2015-06-12 11:06:32.000000000 +0200 -@@ -113,7 +113,7 @@ - name[0] = '@'; - else - *p = '\0'; --#elif (LJ_TARGET_PPC || LJ_TARGET_PPCSPE) && !LJ_TARGET_CONSOLE -+#elif ((LJ_TARGET_PPC && !LJ_TARGET_OSX) || LJ_TARGET_PPCSPE) && !LJ_TARGET_CONSOLE - /* Keep @plt. */ - #else - *p = '\0'; -diff -ur -x lbitlib.c LuaJIT-2.0.4.orig/src/lj_arch.h LuaJIT-2.0.4/src/lj_arch.h ---- LuaJIT-2.0.4.orig/src/lj_arch.h 2015-05-14 20:30:00.000000000 +0200 -+++ LuaJIT-2.0.4/src/lj_arch.h 2015-06-12 11:06:32.000000000 +0200 -@@ -301,7 +301,7 @@ - #if __GNUC__ < 4 - #error "Need at least GCC 4.0 or newer" - #endif --#elif LJ_TARGET_ARM -+#elif LJ_TARGET_ARM || LJ_TARGET_PPC - #if (__GNUC__ < 4) || ((__GNUC__ == 4) && __GNUC_MINOR__ < 2) - #error "Need at least GCC 4.2 or newer" - #endif -Only in LuaJIT-2.0.4/src: lj_arch.h.orig -Only in LuaJIT-2.0.4/src: Makefile.orig |