Changes in kernel/arch/sparc64/Makefile.inc [7c682dd1:cf84f1bf] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/Makefile.inc
r7c682dd1 rcf84f1bf 31 31 BFD = binary 32 32 33 GCC_CFLAGS += -m64 -mcpu=ultrasparc 33 GCC_CFLAGS += -m64 -mcpu=ultrasparc -mcmodel=medlow 34 34 SUNCC_CFLAGS += -m64 -xarch=sparc -xregs=appl,no%float 35 35 36 LFLAGS = -no-check-sections -N36 LFLAGS += -no-check-sections 37 37 38 38 BITS = 64 … … 90 90 arch/$(KARCH)/src/trap/$(USARCH)/interrupt.c 91 91 92 ifeq ($(USARCH),sun4u)93 ARCH_SOURCES += \94 arch/$(KARCH)/src/mm/cache.S95 endif96 97 92 ifeq ($(USARCH),sun4v) 98 93 ARCH_SOURCES += \
Note:
See TracChangeset
for help on using the changeset viewer.