Changeset ddb0df5 in mainline for boot/arch/ppc64/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/ppc64/loader/Makefile
rac6ee45 rddb0df5 33 33 # 34 34 35 ifndef CROSS_PREFIX 36 CROSS_PREFIX = /usr/local 37 endif 38 35 39 BFD_NAME = elf64-powerpc 36 40 BFD_ARCH = powerpc:common64 37 41 TARGET = ppc64-linux-gnu 38 TOOLCHAIN_DIR = /usr/local/ppc64/bin42 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ppc64/bin 39 43 40 44 ifeq ($(COMPILER),gcc_native)
Note:
See TracChangeset
for help on using the changeset viewer.