summaryrefslogtreecommitdiffstats
path: root/rules/hosttool-e2fsprogs.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-04-12 05:56:13 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-04-12 05:56:13 +0000
commit18ba79778c55851547643ee6b5ce66c495f58f43 (patch)
tree36678adad69b15831a317966284fefce21d8591e /rules/hosttool-e2fsprogs.make
parent19f6378b88d2450196adfd6c4c46fbdb94afa0ea (diff)
downloadptxdist-18ba79778c55851547643ee6b5ce66c495f58f43.tar.gz
ptxdist-18ba79778c55851547643ee6b5ce66c495f58f43.tar.xz
fix compiler prefix to fit PTXCONF_COMPILER_PREFIX; patch by Gary Thomas
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2433 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/hosttool-e2fsprogs.make')
-rw-r--r--rules/hosttool-e2fsprogs.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/hosttool-e2fsprogs.make b/rules/hosttool-e2fsprogs.make
index c99015d1d..7fdd55b31 100644
--- a/rules/hosttool-e2fsprogs.make
+++ b/rules/hosttool-e2fsprogs.make
@@ -67,8 +67,8 @@ hosttool-e2fsprogs_prepare: $(STATEDIR)/hosttool-e2fsprogs.prepare
HOSTTOOLS_E2FSPROGS_AUTOCONF = $(CROSS_AUTOCONF)
HOSTTOOLS_E2FSPROGS_AUTOCONF += --prefix=/usr
HOSTTOOLS_E2FSPROGS_AUTOCONF += --enable-fsck
-HOSTTOOLS_E2FSPROGS_AUTOCONF += --with-cc=$(PTXCONF_GNU_TARGET)-gcc
-HOSTTOOLS_E2FSPROGS_AUTOCONF += --with-linker=$(PTXCONF_GNU_TARGET)-ld
+HOSTTOOLS_E2FSPROGS_AUTOCONF += --with-cc=$(PTXCONF_COMPILER_PREFIX)gcc
+HOSTTOOLS_E2FSPROGS_AUTOCONF += --with-linker=$(PTXCONF_COMPILER_PREFIX)ld
HOSTTOOLS_E2FSPROGS_PATH = PATH=$(CROSS_PATH)
HOSTTOOLS_E2FSPROGS_ENV = $(CROSS_ENV)
HOSTTOOLS_E2FSPROGS_ENV += BUILD_CC=$(HOSTCC)