Changes in kernel/arch/ia64/Makefile.inc [cf84f1bf:ac47b7c2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/Makefile.inc
rcf84f1bf rac47b7c2 27 27 # 28 28 29 ## Toolchain configuration 30 # 31 29 32 BFD_NAME = elf64-little 30 33 BFD_ARCH = ia64-elf64 34 TARGET = ia64-pc-linux-gnu 35 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia64 31 36 32 37 CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127 … … 34 39 ICC_CFLAGS += $(CMN1) 35 40 41 LFLAGS += -EL 36 42 AFLAGS += -mconstant-gp 37 LFLAGS += -EL38 43 39 44 BITS = 64 … … 48 53 arch/$(KARCH)/src/context.S \ 49 54 arch/$(KARCH)/src/cpu/cpu.c \ 50 arch/$(KARCH)/src/debug/stacktrace.c \51 arch/$(KARCH)/src/debug/stacktrace_asm.S \52 55 arch/$(KARCH)/src/ivt.S \ 53 56 arch/$(KARCH)/src/interrupt.c \
Note:
See TracChangeset
for help on using the changeset viewer.