Changeset 5d618d8 in mainline
- Timestamp:
- 2010-02-16T19:04:08Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 76ecb300
- Parents:
- 836d0689
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r836d0689 r5d618d8 258 258 259 259 % Compiler 260 @ "gcc_cross" GNU C Compiler (cross-compiler for IA-32) 260 261 @ "gcc_native" GNU C Compiler (native) 261 262 @ "clang" Clang -
defaults/special/Makefile.config
r836d0689 r5d618d8 3 3 4 4 # Compiler 5 COMPILER = gcc_ native5 COMPILER = gcc_cross 6 6 7 7 # Support for SMP -
kernel/arch/abs32le/Makefile.inc
r836d0689 r5d618d8 31 31 32 32 BFD = binary 33 TARGET = i686-pc-linux-gnu 34 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia32 33 35 34 36 BITS = 32 -
uspace/lib/libc/arch/abs32le/Makefile.inc
r836d0689 r5d618d8 30 30 # 31 31 32 TARGET = i686-pc-linux-gnu 33 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia32/bin 34 32 35 ARCH_SOURCES = \ 33 36 arch/$(UARCH)/src/entry.c \
Note:
See TracChangeset
for help on using the changeset viewer.