Changes in kernel/arch/ia64/Makefile.inc [7c682dd1:21941ac] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/Makefile.inc
r7c682dd1 r21941ac 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 36 LFLAGS = -EL37 AFLAGS = -mconstant-gp41 LFLAGS += -EL 42 AFLAGS += -mconstant-gp 38 43 39 44 BITS = 64
Note:
See TracChangeset
for help on using the changeset viewer.