Changeset ac6ee45 in mainline for uspace/lib/libc/arch/sparc64/Makefile.inc
- 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
-
uspace/lib/libc/arch/sparc64/Makefile.inc
r1b4b7b6 rac6ee45 30 30 # 31 31 32 ifndef CROSS_PREFIX 33 CROSS_PREFIX = /usr/local 34 endif 35 32 36 TARGET = sparc64-linux-gnu 33 TOOLCHAIN_DIR = /usr/local/sparc64/bin37 TOOLCHAIN_DIR = $(CROSS_PREFIX)/sparc64/bin 34 38 35 39 ARCH_SOURCES += arch/$(ARCH)/src/fibril.S \
Note:
See TracChangeset
for help on using the changeset viewer.