Changes in uspace/lib/c/arch/arm32/Makefile.common [c92dfed:687108b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/arm32/Makefile.common
rc92dfed r687108b 29 29 30 30 COMMON_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -mapcs-frame \ 31 -mcpu=$(subst _,-,$(PROCESSOR)) 31 -mcpu=$(subst _,-,$(PROCESSOR)) -Wl,-z,max-page-size=0x1000 32 32 33 33 LDFLAGS += -Wl,--gc-sections … … 39 39 ENDIANESS = LE 40 40 41 BFD_NAME = elf32-littlearm42 BFD_ARCH = arm
Note:
See TracChangeset
for help on using the changeset viewer.