Changeset 76ecb300 in mainline for kernel/arch/abs32le/Makefile.inc
- 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
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.