Changeset 6198611 in mainline for boot/arch/ia64/loader/Makefile
- Timestamp:
- 2008-10-06T14:30:55Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06d6505
- Parents:
- f2ef7fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/Makefile
rf2ef7fd r6198611 69 69 70 70 #-mno-pic means do not use gp + imm22 to address data 71 CFLAGS = -DRELEASE=\"$(RELEASE)\" -I. -I../../../generic -I../../../genarch -I../../../../kernel/generic/include -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -fno-unwind-tables -mfixed-range=f32-f127 -mno-pic 71 CFLAGS = -DRELEASE=\"$(RELEASE)\" -I. -I../../../generic -I../../../genarch -I../../../../kernel/generic/include -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -fno-unwind-tables -mfixed-range=f32-f127 -mno-pic -pipe 72 72 73 73 ifdef REVISION … … 124 124 125 125 depend: 126 -makedepend $(DEFS) $(CFLAGS) -f- $(SOURCES) > Makefile.depend 2> /dev/null126 -makedepend -f - -- $(DEFS) $(CFLAGS) -- $(SOURCES) > Makefile.depend 2> /dev/null 127 127 128 128 clean:
Note:
See TracChangeset
for help on using the changeset viewer.