Changeset ddb0df5 in mainline for kernel/arch/mips32/Makefile.inc
- Timestamp:
- 2008-08-27T17:06:52Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 79872cd
- Parents:
- ac6ee45
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/Makefile.inc
rac6ee45 rddb0df5 30 30 # 31 31 32 ifndef CROSS_PREFIX 33 CROSS_PREFIX = /usr/local 34 endif 35 32 36 BFD_ARCH = mips 33 37 TARGET = mipsel-linux-gnu 34 TOOLCHAIN_DIR = /usr/local/mipsel38 TOOLCHAIN_DIR = $(CROSS_PREFIX)/mipsel 35 39 36 40 KERNEL_LOAD_ADDRESS = 0x80100000 … … 66 70 BFD = ecoff-bigmips 67 71 TARGET = mips-sgi-irix5 68 TOOLCHAIN_DIR = /usr/local/mips/bin72 TOOLCHAIN_DIR = $(CROSS_PREFIX)/mips/bin 69 73 GCC_CFLAGS += -EB -DBIG_ENDIAN -DARCH_HAS_FPU -mips3 70 74 INIT_ADDRESS = 0x81800000
Note:
See TracChangeset
for help on using the changeset viewer.