Changeset f335225 in mainline for boot/arch/mips32/Makefile.inc


Ignore:
Timestamp:
2011-07-01T16:42:29Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2429e4a
Parents:
27ba40f
Message:

mips32: set ABI explicitly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/mips32/Makefile.inc

    r27ba40f rf335225  
    3030BITS = 32
    3131PAGE_SIZE = 16384
    32 EXTRA_CFLAGS = -mno-abicalls -G 0 -fno-zero-initialized-in-bss -mips3
     32EXTRA_CFLAGS = -mno-abicalls -G 0 -fno-zero-initialized-in-bss -mips3 -mabi=32
    3333
    3434RD_SRVS_NON_ESSENTIAL += \
Note: See TracChangeset for help on using the changeset viewer.