Changeset 0970f43 in mainline for arch/mips/boot/Makefile
- 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/boot/Makefile
r232e3ec7 r0970f43 1 MIPS_BINUTILS_DIR=/usr/local/mips /bin2 MIPS_TARGET= decstation-ultrix1 MIPS_BINUTILS_DIR=/usr/local/mipsel/bin 2 MIPS_TARGET=mipsel-linux-gnu 3 3 4 4 .PHONY: nothing build … … 12 12 LD=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-ld 13 13 14 ASFLAGS=-mips2 -EL15 LFLAGS=--oformat=binary -mips2 - EL -e start14 ASFLAGS=-mips2 15 LFLAGS=--oformat=binary -mips2 -e start 16 16 17 17 boot.bin: boot.o
Note:
See TracChangeset
for help on using the changeset viewer.