Ignore:
File:
1 edited

Legend:

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

    r5d9e36b r7aa6b99  
    2828#
    2929
    30 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -mapcs-frame -march=$(subst _,-,$(PROCESSOR_ARCH))
    31 
    32 ifeq ($(CONFIG_FPU),y)
    33 GCC_CFLAGS += -mfloat-abi=hard
    34 else
    35 BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a
    36 endif
     30GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march=armv4 -mapcs-frame
    3731
    3832ENDIANESS = LE
Note: See TracChangeset for help on using the changeset viewer.