Changeset 76ecb300 in mainline
- Timestamp:
- 2010-02-16T19:14:59Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 209faf9, 61ee6df
- Parents:
- 5d618d8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/abs32le/Makefile.inc
r5d618d8 r76ecb300 31 31 32 32 BFD = binary 33 TARGET = i686-pc-linux-gnu 34 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia32 33 34 ifeq ($(COMPILER),gcc_cross) 35 TARGET = i686-pc-linux-gnu 36 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia32 37 GCC_CFLAGS += -march=pentium 38 endif 35 39 36 40 BITS = 32 -
uspace/lib/libc/arch/abs32le/Makefile.inc
r5d618d8 r76ecb300 30 30 # 31 31 32 TARGET = i686-pc-linux-gnu 33 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia32/bin 32 ifeq ($(COMPILER),gcc_cross) 33 TARGET = i686-pc-linux-gnu 34 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia32/bin 35 GCC_CFLAGS += -march=pentium 36 endif 34 37 35 38 ARCH_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.