Changes in kernel/arch/sparc64/Makefile.inc [cf84f1bf:7c682dd1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/Makefile.inc
rcf84f1bf r7c682dd1 31 31 BFD = binary 32 32 33 GCC_CFLAGS += -m64 -mcpu=ultrasparc -mcmodel=medlow33 GCC_CFLAGS += -m64 -mcpu=ultrasparc 34 34 SUNCC_CFLAGS += -m64 -xarch=sparc -xregs=appl,no%float 35 35 36 LFLAGS += -no-check-sections36 LFLAGS = -no-check-sections -N 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.S 95 endif 96 92 97 ifeq ($(USARCH),sun4v) 93 98 ARCH_SOURCES += \
Note:
See TracChangeset
for help on using the changeset viewer.