Changes in kernel/arch/sparc64/Makefile.inc [e4a4b44:b97b348] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/Makefile.inc
re4a4b44 rb97b348 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 … … 64 64 arch/$(KARCH)/src/asm.S \ 65 65 arch/$(KARCH)/src/$(USARCH)/asm.S \ 66 arch/$(KARCH)/src/panic.S \ 66 67 arch/$(KARCH)/src/console.c \ 67 68 arch/$(KARCH)/src/context.S \
Note:
See TracChangeset
for help on using the changeset viewer.