Ignore:
File:
1 edited

Legend:

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

    ra0a273e rae7bbfd0  
    2727#
    2828
     29
    2930ifeq ($(CONFIG_FPU),y)
    30         FLOATS=hard
     31FLOATS=hard
    3132else
    32         FLOATS=soft
     33FLOATS=soft
    3334endif
    3435
    35 COMMON_CFLAGS += -mcpu=powerpc -m$(FLOATS)-float -m32
     36GCC_CFLAGS += -mcpu=powerpc -m$(FLOATS)-float -m32
    3637BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a
    3738AFLAGS += -a32
    38 LFLAGS += --gc-sections
    3939
    4040ENDIANESS = BE
Note: See TracChangeset for help on using the changeset viewer.