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 /mtools/Makefile | |
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 'mtools/Makefile')
-rwxr-xr-x | mtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtools/Makefile b/mtools/Makefile index 04e9d7de..5d4bc15f 100755 --- a/mtools/Makefile +++ b/mtools/Makefile @@ -5,7 +5,7 @@ include $(MAKEDIR)/syslinux.mk OPTFLAGS = -g -Os INCLUDES = -I. -I.. -I../libfat -I../libinstaller CFLAGS = $(GCCWARN) -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES) -LDFLAGS = -s +LDFLAGS = SRCS = syslinux.c \ ../libinstaller/fat.c \ |