Changes in uspace/lib/c/arch/sparc64/Makefile.common [954c024:687108b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc64/Makefile.common
r954c024 r687108b 39 39 ENDIANESS = BE 40 40 41 BFD_NAME = elf64-sparc42 BFD_ARCH = sparc43 41 44 42 ifeq ($(PROCESSOR),us) … … 52 50 ifeq ($(PROCESSOR),sun4v) 53 51 DEFS += -DSUN4V 52 COMMON_CFLAGS += -Wl,-z,max-page-size=0x2000 53 else 54 COMMON_CFLAGS += -Wl,-z,max-page-size=0x4000 54 55 endif
Note:
See TracChangeset
for help on using the changeset viewer.