Ignore:
File:
1 edited

Legend:

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

    ra0a273e r7218fe6  
    2828#
    2929
    30 COMMON_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -mapcs-frame \
    31         -march=$(subst _,-,$(PROCESSOR_ARCH))
    32 
    33 LFLAGS += --gc-sections
     30GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -mapcs-frame -march=$(subst _,-,$(PROCESSOR_ARCH))
    3431
    3532ifeq ($(CONFIG_FPU),y)
    36         COMMON_CFLAGS += -mfloat-abi=hard
     33        GCC_CFLAGS += -mfloat-abi=hard
    3734else
    3835        BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a
Note: See TracChangeset for help on using the changeset viewer.