Changeset ac6ee45 in mainline for boot/arch/sparc64/loader/Makefile
- Timestamp:
- 2008-08-27T16:16:00Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ddb0df5
- Parents:
- 1b4b7b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/loader/Makefile
r1b4b7b6 rac6ee45 33 33 # 34 34 35 ifndef CROSS_PREFIX 36 CROSS_PREFIX = /usr/local 37 endif 38 35 39 BFD_NAME = elf64-sparc 36 40 BFD_ARCH = sparc 37 41 TARGET = sparc64-linux-gnu 38 TOOLCHAIN_DIR = /usr/local/sparc64/bin42 TOOLCHAIN_DIR = $(CROSS_PREFIX)/sparc64/bin 39 43 40 44 ifeq ($(COMPILER),gcc_native)
Note:
See TracChangeset
for help on using the changeset viewer.