diff options
Diffstat (limited to 'meta/recipes-devtools/syslinux/files/no-strip.patch')
| -rw-r--r-- | meta/recipes-devtools/syslinux/files/no-strip.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-devtools/syslinux/files/no-strip.patch b/meta/recipes-devtools/syslinux/files/no-strip.patch deleted file mode 100644 index 775851a75d..0000000000 --- a/meta/recipes-devtools/syslinux/files/no-strip.patch +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | Disable stripping of binaries | ||
| 2 | |||
| 3 | We don't want to strip these as this is handled separately at package | ||
| 4 | time. | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [configuration] | ||
| 7 | |||
| 8 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 9 | |||
| 10 | --- syslinux-4.03.orig/mtools/Makefile | ||
| 11 | +++ syslinux-4.03/mtools/Makefile | ||
| 12 | @@ -4,7 +4,7 @@ include $(topdir)/MCONFIG | ||
| 13 | OPTFLAGS = -g -Os | ||
| 14 | INCLUDES = -I. -I.. -I../libfat -I../libinstaller | ||
| 15 | CFLAGS = $(GCCWARN) -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES) | ||
| 16 | -LDFLAGS = -s | ||
| 17 | +LDFLAGS = | ||
| 18 | |||
| 19 | SRCS = syslinux.c \ | ||
| 20 | ../libinstaller/fat.c \ | ||
| 21 | --- syslinux-4.03.orig/utils/Makefile | ||
| 22 | +++ syslinux-4.03/utils/Makefile | ||
| 23 | @@ -18,7 +18,7 @@ topdir = .. | ||
| 24 | include $(topdir)/MCONFIG | ||
| 25 | |||
| 26 | CFLAGS = $(GCCWARN) -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 | ||
| 27 | -LDFLAGS = -O2 -s | ||
| 28 | +LDFLAGS = -O2 | ||
| 29 | |||
| 30 | TARGETS = mkdiskimage isohybrid gethostip memdiskfind | ||
| 31 | TARGETS += isohybrid.pl # about to be obsoleted | ||
