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