Changes in uspace/lib/c/arch/sparc64/Makefile.common [9d58539:ae7bbfd0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc64/Makefile.common
r9d58539 rae7bbfd0 27 27 # 28 28 29 GCC_CFLAGS += -mcpu=ultrasparc -m64 -mcmodel=medlow 30 LFLAGS = -no-check-sections 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 31 38 32 39 ENDIANESS = BE
Note:
See TracChangeset
for help on using the changeset viewer.