Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 244775 | Differences between
and this patch

Collapse All | Expand All

(-)a/linux/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
OPTFLAGS = -g -Os
20
OPTFLAGS = -g -Os
21
INCLUDES = -I. -I.. -I../libinstaller
21
INCLUDES = -I. -I.. -I../libinstaller
22
CFLAGS	 = -W -Wall -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES)
22
CFLAGS	 = -W -Wall -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES)
23
LDFLAGS	 = -s
23
LDFLAGS	 = 
24
24
25
SRCS     = syslinux.c \
25
SRCS     = syslinux.c \
26
           ../libinstaller/syslxmod.c \
26
           ../libinstaller/syslxmod.c \
(-)a/mtools/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
OPTFLAGS = -g -Os
4
OPTFLAGS = -g -Os
5
INCLUDES = -I. -I.. -I../libfat -I../libinstaller
5
INCLUDES = -I. -I.. -I../libfat -I../libinstaller
6
CFLAGS	 = -W -Wall -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES)
6
CFLAGS	 = -W -Wall -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES)
7
LDFLAGS	 = -s
7
LDFLAGS	 = 
8
8
9
SRCS     = syslinux.c \
9
SRCS     = syslinux.c \
10
	   ../libinstaller/syslxmod.c \
10
	   ../libinstaller/syslxmod.c \
(-)a/utils/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
include $(topdir)/MCONFIG
18
include $(topdir)/MCONFIG
19
19
20
CFLAGS   = -W -Wall -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64
20
CFLAGS   = -W -Wall -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64
21
LDFLAGS  = -O2 -s
21
LDFLAGS  = -O2
22
22
23
TARGETS	 = mkdiskimage isohybrid gethostip
23
TARGETS	 = mkdiskimage isohybrid gethostip
24
ASIS     = keytab-lilo lss16toppm md5pass ppmtolss16 sha1pass syslinux2ansi
24
ASIS     = keytab-lilo lss16toppm md5pass ppmtolss16 sha1pass syslinux2ansi

Return to bug 244775