Changeset 504f1756 in mainline
- Timestamp:
- 2012-09-06T12:31:49Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b51b1cd
- Parents:
- cc250b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/arm32/Makefile.common
rcc250b3 r504f1756 28 28 # 29 29 30 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march=armv4 31 #$(subst _,-,$(PROCESSOR)) 30 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march=$(subst _,-,$(PROCESSOR)) 32 31 33 32 ENDIANESS = LE
Note:
See TracChangeset
for help on using the changeset viewer.