Changeset ddb0df5 in mainline for uspace/lib/libc/arch/ia64/Makefile.inc
- 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
-
uspace/lib/libc/arch/ia64/Makefile.inc
rac6ee45 rddb0df5 30 30 # 31 31 32 ifndef CROSS_PREFIX 33 CROSS_PREFIX = /usr/local 34 endif 35 32 36 TARGET = ia64-pc-linux-gnu 33 TOOLCHAIN_DIR = /usr/local/ia64/bin37 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia64/bin 34 38 CFLAGS += -fno-unwind-tables -DMALLOC_ALIGNMENT_16 35 39 LFLAGS += -N $(SOFTINT_PREFIX)/libsoftint.a
Note:
See TracChangeset
for help on using the changeset viewer.