Changeset 49a736e2 in mainline for uspace/lib/c/arch/arm32/Makefile.common
- Timestamp:
- 2012-04-11T16:18:43Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 179f6f2
- Parents:
- c127e1c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/arm32/Makefile.common
rc127e1c r49a736e2 28 28 # 29 29 30 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march= armv430 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march=$(subst _,-,$(PROCESSOR)) 31 31 32 32 ENDIANESS = LE
Note:
See TracChangeset
for help on using the changeset viewer.