Changeset 371bd7d in mainline for boot/arch/mips32/loader/Makefile.toolchain
- Timestamp:
- 2010-03-27T09:22:17Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36a75a2
- Parents:
- cd82bb1 (diff), eaf22d4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
boot/arch/mips32/loader/Makefile.toolchain (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/loader/Makefile.toolchain
rcd82bb1 r371bd7d 27 27 # 28 28 29 ## Toolchain configuration 30 # 29 BFD_ARCH = mips 31 30 32 ifndef CROSS_PREFIX 33 CROSS_PREFIX = /usr/local 34 endif 35 36 BFD_ARCH = mips 37 TARGET = mipsel-linux-gnu 38 TOOLCHAIN_DIR = $(CROSS_PREFIX)/mips32/bin 31 JOBFILE = ../../../../tools/jobfile.py 39 32 40 33 ifeq ($(MACHINE),lgxemul) … … 46 39 BFD_NAME = elf32-tradbigmips 47 40 BFD = ecoff-bigmips 48 TOOLCHAIN_DIR = $(CROSS_PREFIX)/mips32eb/bin49 TARGET = mips-linux-gnu50 41 endif 51 42 … … 53 44 BFD_NAME = elf32-tradlittlemips 54 45 BFD = binary 55 endif56 57 ifeq ($(COMPILER),gcc_native)58 CC = gcc59 AS = as60 LD = ld61 OBJCOPY = objcopy62 OBJDUMP = objdump63 endif64 65 ifeq ($(COMPILER),gcc_cross)66 CC = $(TOOLCHAIN_DIR)/$(TARGET)-gcc67 AS = $(TOOLCHAIN_DIR)/$(TARGET)-as68 LD = $(TOOLCHAIN_DIR)/$(TARGET)-ld69 OBJCOPY = $(TOOLCHAIN_DIR)/$(TARGET)-objcopy70 OBJDUMP = $(TOOLCHAIN_DIR)/$(TARGET)-objdump71 46 endif 72 47
Note:
See TracChangeset
for help on using the changeset viewer.
