From 5ff128de7b2f3d200c10bf3ff02877e3cb421c13 Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 22 Dec 2004 07:17:53 +0000 Subject: Fix handling of -o offset --- extlinux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extlinux') diff --git a/extlinux/Makefile b/extlinux/Makefile index c3fd5dda..3358f5af 100644 --- a/extlinux/Makefile +++ b/extlinux/Makefile @@ -1,8 +1,8 @@ CC = gcc -OPTFLAGS = -g -Os -DDEBUG +OPTFLAGS = -g -Os INCLUDES = -I. -I.. -I../libfat CFLAGS = -W -Wall -Wno-sign-compare -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES) -LDFLAGS = -g +LDFLAGS = -s SRCS = extlinux.c ../extlinux_bss_bin.c ../extlinux_sys_bin.c OBJS = $(patsubst %.c,%.o,$(notdir $(SRCS))) -- cgit v1.2.1