Ignore:
File:
1 edited

Legend:

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

    ra0a273e r2628642  
    2727#
    2828
    29 COMMON_CFLAGS += -msoft-float -mabi=32
     29GCC_CFLAGS += -msoft-float -mabi=32
    3030BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a
    3131AS_PROLOG = .module softfloat;.abicalls;
    32 LFLAGS += --gc-sections
    3332
    3433ENDIANESS = BE
     
    3837
    3938ifeq ($(MACHINE),bmalta)
    40         COMMON_CFLAGS += -march=4kc
     39        GCC_CFLAGS += -march=4kc
    4140endif
    4241
Note: See TracChangeset for help on using the changeset viewer.