Changeset 0970f43 in mainline for arch/mips/Makefile.inc


Ignore:
Timestamp:
2005-07-20T11:22:01Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7d365305
Parents:
232e3ec7
Message:

Make MIPS target compile and link properly with the new 4.0.1 MIPS toolchain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/Makefile.inc

    r232e3ec7 r0970f43  
    1 # decstation-ultrix target has been obsoleted in recent gcc compilers (3.1) and removed in (3.3)
    2 MIPS_TARGET=decstation-ultrix
     1MIPS_TARGET=mipsel-linux-gnu
    32
    4 MIPS_CC_DIR=/usr/local/mips/bin
    5 MIPS_BINUTILS_DIR=/usr/local/mips/bin
     3MIPS_CC_DIR=/usr/local/mipsel/bin
     4MIPS_BINUTILS_DIR=/usr/local/mipsel/bin
    65
    76CC=$(MIPS_CC_DIR)/$(MIPS_TARGET)-gcc
     
    98LD=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-ld
    109
    11 ASFLAGS=-EL -mips3
     10ASFLAGS=-mips3
    1211
    1312DEFS=-DARCH=$(ARCH)
    14 CPPFLAGS=$(DEFS) -nostdinc -I../include
    15 CFLAGS=$(CPPFLAGS) -EL -mips2 -G 0 -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O2
    16 LFLAGS=-EL -mips2 -M -no-check-sections -T ../arch/mips/_link.ld
     13CPPFLAGS=$(DEFS) -nostdinc -mxgot -I../include
     14CFLAGS=$(CPPFLAGS) -mips2 -G 0 -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O2
     15LFLAGS=-mips2 -M -no-check-sections -T ../arch/mips/_link.ld
    1716
    1817arch_sources= \
Note: See TracChangeset for help on using the changeset viewer.