Changeset ddb0df5 in mainline for boot/arch/mips32/loader/Makefile
- Timestamp:
- 2008-08-27T17:06:52Z (16 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
-
boot/arch/mips32/loader/Makefile
rac6ee45 rddb0df5 33 33 # 34 34 35 ifndef CROSS_PREFIX 36 CROSS_PREFIX = /usr/local 37 endif 38 35 39 ifeq ($(IMAGE),binary) 36 40 LD_IN = binary … … 42 46 BFD_ARCH = mips 43 47 TARGET = mipsel-linux-gnu 44 TOOLCHAIN_DIR = /usr/local/mipsel/bin48 TOOLCHAIN_DIR = $(CROSS_PREFIX)/mipsel/bin 45 49 46 50 ifeq ($(COMPILER),gcc_native)
Note:
See TracChangeset
for help on using the changeset viewer.