diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2011-05-09 15:04:29 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2011-05-09 15:04:29 -0700 |
commit | b0e7c325933396ff42b38c097a3a7142625b6ab7 (patch) | |
tree | a1a1f806f71444faeebf6929cc246f24c6e808b8 /extlinux | |
parent | 5b2d99e4726e98a69492f452c7e2a9cbce46c55d (diff) | |
download | syslinux-b0e7c325933396ff42b38c097a3a7142625b6ab7.tar.gz syslinux-b0e7c325933396ff42b38c097a3a7142625b6ab7.tar.xz syslinux-b0e7c325933396ff42b38c097a3a7142625b6ab7.zip |
Remove -s for host binaries
Remove -s for host binaries; current practice is to let the distro
packaging systems do that themselves. For the official binaries, we
should probably strip them, but via an external tool.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'extlinux')
-rw-r--r-- | extlinux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extlinux/Makefile b/extlinux/Makefile index 5da19e4a..c320f139 100644 --- a/extlinux/Makefile +++ b/extlinux/Makefile @@ -22,7 +22,7 @@ OPTFLAGS = -g -Os INCLUDES = -I. -I.. -I../libinstaller CFLAGS = $(GCCWARN) -Wno-sign-compare -D_FILE_OFFSET_BITS=64 \ $(OPTFLAGS) $(INCLUDES) -LDFLAGS = # -s +LDFLAGS = SRCS = main.c \ ../libinstaller/syslxmod.c \ |