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

Collapse All | Expand All

(-)syslinux-3.52-orig/extlinux/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
OPTFLAGS = -g -Os
10
OPTFLAGS = -g -Os
11
INCLUDES = -I. -I.. -I../libfat
11
INCLUDES = -I. -I.. -I../libfat
12
CFLAGS	 = -W -Wall -Wno-sign-compare -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES)
12
CFLAGS	 = -W -Wall -Wno-sign-compare -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES)
13
LDFLAGS	 = $(LDHASH) -s
13
LDFLAGS	 = $(LDHASH)
14
14
15
SRCS     = extlinux.c ../extlinux_bss_bin.c ../extlinux_sys_bin.c
15
SRCS     = extlinux.c ../extlinux_bss_bin.c ../extlinux_sys_bin.c
16
OBJS	 = $(patsubst %.c,%.o,$(notdir $(SRCS)))
16
OBJS	 = $(patsubst %.c,%.o,$(notdir $(SRCS)))
(-)syslinux-3.52-orig/Makefile (-1 / +1 lines)
Lines 30-36 Link Here
30
INCLUDE  =
30
INCLUDE  =
31
CFLAGS   = -W -Wall -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64
31
CFLAGS   = -W -Wall -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64
32
PIC      = -fPIC
32
PIC      = -fPIC
33
LDFLAGS  = -O2 -s $(LDHASH)
33
LDFLAGS  = -O2 $(LDHASH)
34
AR	 = ar
34
AR	 = ar
35
RANLIB   = ranlib
35
RANLIB   = ranlib
36
36
(-)syslinux-3.52-orig/mtools/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
OPTFLAGS = -g -Os
10
OPTFLAGS = -g -Os
11
INCLUDES = -I. -I.. -I../libfat
11
INCLUDES = -I. -I.. -I../libfat
12
CFLAGS	 = -W -Wall -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES)
12
CFLAGS	 = -W -Wall -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES)
13
LDFLAGS	 = $(LDHASH) -s
13
LDFLAGS	 = $(LDHASH)
14
14
15
SRCS     = syslinux.c ../syslxmod.c ../bootsect_bin.c ../ldlinux_bin.c $(wildcard ../libfat/*.c)
15
SRCS     = syslinux.c ../syslxmod.c ../bootsect_bin.c ../ldlinux_bin.c $(wildcard ../libfat/*.c)
16
OBJS	 = $(patsubst %.c,%.o,$(notdir $(SRCS)))
16
OBJS	 = $(patsubst %.c,%.o,$(notdir $(SRCS)))
(-)syslinux-3.52-orig/unix/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
OPTFLAGS = -g -Os
10
OPTFLAGS = -g -Os
11
INCLUDES = -I. -I..
11
INCLUDES = -I. -I..
12
CFLAGS	 = -W -Wall -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES)
12
CFLAGS	 = -W -Wall -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES)
13
LDFLAGS	 = $(LDHASH) -s
13
LDFLAGS	 = $(LDHASH)
14
14
15
SRCS     = syslinux.c ../syslxmod.c ../bootsect_bin.c ../ldlinux_bin.c
15
SRCS     = syslinux.c ../syslxmod.c ../bootsect_bin.c ../ldlinux_bin.c
16
OBJS	 = $(patsubst %.c,%.o,$(notdir $(SRCS)))
16
OBJS	 = $(patsubst %.c,%.o,$(notdir $(SRCS)))

Return to bug 235621