comparison loader/Makefile @ 20824:8c6ace19e785

Remove redundant variable.
author diego
date Fri, 10 Nov 2006 18:19:33 +0000
parents 7a9a9748e045
children f596e1b45ba7
comparison
equal deleted inserted replaced
20823:507efc9b161b 20824:8c6ace19e785
18 # the bad code accesses parameters via %ebp without setting up a 18 # the bad code accesses parameters via %ebp without setting up a
19 # propper %ebp first! 19 # propper %ebp first!
20 # -fno-omit-frame-pointer works around this gcc-3.0 bug. gcc-2.95.2 is OK. 20 # -fno-omit-frame-pointer works around this gcc-3.0 bug. gcc-2.95.2 is OK.
21 # Note: -D_FILE_OFFSET_BITS=32 is required to disable using mmap64(), 21 # Note: -D_FILE_OFFSET_BITS=32 is required to disable using mmap64(),
22 # as it's broken in glibc 2.1.2 (bad header) and 2.1.3 (bad code) 22 # as it's broken in glibc 2.1.2 (bad header) and 2.1.3 (bad code)
23 WARN_FLAGS = 23 CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
24 CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(WARN_FLAGS) -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer 24 #CFLAGS=-I. -I.. -O -g #-fno-omit-frame-pointer
25 #CFLAGS=-I. -I.. -O $(WARN_FLAGS) -g #-fno-omit-frame-pointer
26 25
27 all: libloader.a 26 all: libloader.a
28 27
29 clean: 28 clean:
30 rm -f *.o *.a *~ 29 rm -f *.o *.a *~