Changes in kernel/arch/sparc64/Makefile.inc [95c4776:7c682dd1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/Makefile.inc
r95c4776 r7c682dd1 27 27 # 28 28 29 ## Toolchain configuration30 #31 32 29 BFD_NAME = elf64-sparc 33 30 BFD_ARCH = sparc 34 31 BFD = binary 35 TARGET = sparc64-linux-gnu36 TOOLCHAIN_DIR = $(CROSS_PREFIX)/sparc6437 32 38 33 GCC_CFLAGS += -m64 -mcpu=ultrasparc 39 34 SUNCC_CFLAGS += -m64 -xarch=sparc -xregs=appl,no%float 40 35 41 LFLAGS += -no-check-sections -N36 LFLAGS = -no-check-sections -N 42 37 43 38 BITS = 64
Note:
See TracChangeset
for help on using the changeset viewer.