summaryrefslogtreecommitdiffstats
path: root/rules/crosstool.make
diff options
context:
space:
mode:
author(no author) <(no author)@33e552b5-05e3-0310-8538-816dae2090ed>2004-09-03 11:29:19 +0000
committer(no author) <(no author)@33e552b5-05e3-0310-8538-816dae2090ed>2004-09-03 11:29:19 +0000
commitac022398b2aaf44d82004be01b0be127330355a3 (patch)
tree3c6692db40ce46f9e3ca8a4f754a74f315a8cc28 /rules/crosstool.make
parent430b486d0bca77e269298ebdda8d5dfed1b1878c (diff)
downloadptxdist-ac022398b2aaf44d82004be01b0be127330355a3.tar.gz
ptxdist-ac022398b2aaf44d82004be01b0be127330355a3.tar.xz
Added support for i586 toolchain
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.5.2-trunk@1689 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/crosstool.make')
-rw-r--r--rules/crosstool.make10
1 files changed, 2 insertions, 8 deletions
diff --git a/rules/crosstool.make b/rules/crosstool.make
index 6affc78e9..b33df3e8e 100644
--- a/rules/crosstool.make
+++ b/rules/crosstool.make
@@ -19,7 +19,7 @@ endif
#
# Paths and names
#
-CROSSTOOL_VERSION = 0.28-rc34
+CROSSTOOL_VERSION = 0.28-rc35
CROSSTOOL = crosstool-$(CROSSTOOL_VERSION)
CROSSTOOL_SUFFIX = tar.gz
CROSSTOOL_URL = http://www.kegel.com/crosstool/$(CROSSTOOL).$(CROSSTOOL_SUFFIX)
@@ -78,12 +78,6 @@ CROSSTOOL_ENV = $(CROSS_ENV)
# Configuration
#
-ifdef PTXCONF_ARCH_ARM
-CROSSTOOL_KERNELCONFIG = arm.dat
-else
-# AAAARRRRRGGGGHHHHH! FIXME!
-endif
-
# FIXME: where do we get this from?
CROSSTOOL_TARGET_CFLAGS = -O
CROSSTOOL_GCC_EXTRA_CONFIG = "--with-float=soft --with-cpu=strongarm"
@@ -140,7 +134,7 @@ $(STATEDIR)/crosstool.install: $(crosstool_install_deps)
\
mkdir -p $(subst $(quote),,$(PTXCONF_PREFIX)); \
\
- export KERNELCONFIG=$(CROSSTOOL_DIR)/$(CROSSTOOL_KERNELCONFIG); \
+ export KERNELCONFIG=$(subst $(quote),,$(CROSSTOOL_DIR)/$(PTXCONF_CROSSTOOL_KERNELCONFIG)); \
\
TARGET=$(subst $(quote),,$(PTXCONF_GNU_TARGET)) \
TARGET_CFLAGS=$(CROSSTOOL_TARGET_CFLAGS) \