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