Changeset 0970f43 in mainline for arch/mips/Makefile.inc
- Timestamp:
- 2005-07-20T11:22:01Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7d365305
- Parents:
- 232e3ec7
- 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 1 MIPS_TARGET=mipsel-linux-gnu 3 2 4 MIPS_CC_DIR=/usr/local/mips /bin5 MIPS_BINUTILS_DIR=/usr/local/mips /bin3 MIPS_CC_DIR=/usr/local/mipsel/bin 4 MIPS_BINUTILS_DIR=/usr/local/mipsel/bin 6 5 7 6 CC=$(MIPS_CC_DIR)/$(MIPS_TARGET)-gcc … … 9 8 LD=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-ld 10 9 11 ASFLAGS=- EL -mips310 ASFLAGS=-mips3 12 11 13 12 DEFS=-DARCH=$(ARCH) 14 CPPFLAGS=$(DEFS) -nostdinc - I../include15 CFLAGS=$(CPPFLAGS) - EL -mips2 -G 0 -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O216 LFLAGS=- EL -mips2 -M -no-check-sections -T ../arch/mips/_link.ld13 CPPFLAGS=$(DEFS) -nostdinc -mxgot -I../include 14 CFLAGS=$(CPPFLAGS) -mips2 -G 0 -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O2 15 LFLAGS=-mips2 -M -no-check-sections -T ../arch/mips/_link.ld 17 16 18 17 arch_sources= \
Note:
See TracChangeset
for help on using the changeset viewer.