Changeset a8ca607b in mainline


Ignore:
Timestamp:
2012-08-31T19:29:16Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2673b3b
Parents:
0cf5246
Message:

arm32: Disable optimized uspace code for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/arm32/Makefile.common

    r0cf5246 ra8ca607b  
    2828#
    2929
    30 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march=$(subst _,-,$(PROCESSOR))
     30GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march=armv4
     31#$(subst _,-,$(PROCESSOR))
    3132
    3233ENDIANESS = LE
Note: See TracChangeset for help on using the changeset viewer.