Changeset fa024ce in mainline for boot/arch/ia64/loader/Makefile
- Timestamp:
- 2009-02-12T20:12:08Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 98a4e76
- Parents:
- fcd7053
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/Makefile
rfcd7053 rfa024ce 28 28 29 29 include ../../../../version 30 include ../../../../Makefile.config30 -include ../../../../Makefile.config 31 31 32 32 ## Toolchain configuration … … 48 48 OBJCOPY = objcopy 49 49 OBJDUMP = objdump 50 GEFI_PRE XIX =50 GEFI_PREFIX = 51 51 endif 52 52 … … 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 -pipe 72 73 ifdef REVISION 74 CFLAGS += "-DREVISION=\"$(REVISION)\"" 75 endif 76 77 ifdef TIMESTAMP 78 CFLAGS += "-DTIMESTAMP=\"$(TIMESTAMP)\"" 79 endif 71 CFLAGS = -DRELEASE=$(RELEASE) -I. -I../../../generic -I../../../genarch -I../../../../kernel/generic/include -imacros ../../../../config.h -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -fno-unwind-tables -mfixed-range=f32-f127 -mno-pic -pipe 80 72 81 73 SOURCES = \ … … 131 123 make -C gefi/HelenOS PREFIX=$(GEFI_PREFIX) 132 124 cp gefi/HelenOS/hello.efi ../../../../ 133 # cp gefi/HelenOS/hello.efi /boot/efi/134 125 cp gefi/HelenOS/image.bin ../../../../ 135 126
Note:
See TracChangeset
for help on using the changeset viewer.