diff options
Diffstat (limited to 'meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch')
| -rw-r--r-- | meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch b/meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch deleted file mode 100644 index f123b3f55a..0000000000 --- a/meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | From 528009f5ca0685c95ef27f6c8957160499c0576a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Fri, 10 May 2013 10:42:45 -0700 | ||
| 4 | Subject: [PATCH] Do not strip automatically, this leaves the stripping | ||
| 5 | busines to OE | ||
| 6 | |||
| 7 | Upstream-Status: Inappropriate [OE-Specific] | ||
| 8 | |||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 10 | --- | ||
| 11 | src/Makefile | 2 -- | ||
| 12 | 1 file changed, 2 deletions(-) | ||
| 13 | |||
| 14 | diff --git a/src/Makefile b/src/Makefile | ||
| 15 | index 278324a..5ecd6d5 100644 | ||
| 16 | --- a/src/Makefile | ||
| 17 | +++ b/src/Makefile | ||
| 18 | @@ -665,12 +665,10 @@ $(LUAJIT_A): $(LJVMCORE_O) | ||
| 19 | $(LUAJIT_SO): $(LJVMCORE_O) | ||
| 20 | $(E) "DYNLINK $@" | ||
| 21 | $(Q)$(TARGET_LD) $(TARGET_ASHLDFLAGS) -o $@ $(LJVMCORE_DYNO) $(TARGET_ALIBS) | ||
| 22 | - $(Q)$(TARGET_STRIP) $@ | ||
| 23 | |||
| 24 | $(LUAJIT_T): $(TARGET_O) $(LUAJIT_O) $(TARGET_DEP) | ||
| 25 | $(E) "LINK $@" | ||
| 26 | $(Q)$(TARGET_LD) $(TARGET_ALDFLAGS) -o $@ $(LUAJIT_O) $(TARGET_O) $(TARGET_ALIBS) | ||
| 27 | - $(Q)$(TARGET_STRIP) $@ | ||
| 28 | $(E) "OK Successfully built LuaJIT" | ||
| 29 | |||
| 30 | ############################################################################## | ||
| 31 | -- | ||
| 32 | 1.7.9.5 | ||
| 33 | |||
