Changes in uspace/lib/c/arch/sparc64/Makefile.common [ae7bbfd0:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc64/Makefile.common
rae7bbfd0 r9d58539 27 27 # 28 28 29 ifeq ($(PROCESSOR),sun4v) 30 GCC_CFLAGS += -mcpu=niagara -mno-vis 31 else 32 GCC_CFLAGS += -mcpu=ultrasparc 33 endif 34 35 GCC_CFLAGS += -m64 -mcmodel=medlow 36 37 LFLAGS += -no-check-sections 29 GCC_CFLAGS += -mcpu=ultrasparc -m64 -mcmodel=medlow 30 LFLAGS = -no-check-sections 38 31 39 32 ENDIANESS = BE
Note:
See TracChangeset
for help on using the changeset viewer.