summaryrefslogtreecommitdiffstats
path: root/rules/hosttool-e2fsprogs.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-06-01 09:58:49 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-06-01 09:58:49 +0000
commit64a47275e172b3d4a1da1a2d8a4292db7f82bf82 (patch)
treed27a2b9d253f59561839699ed6e93bb50691b0c6 /rules/hosttool-e2fsprogs.make
parent62f577a6c1ccfc4302b4b4a174af0859da83f99b (diff)
downloadptxdist-64a47275e172b3d4a1da1a2d8a4292db7f82bf82.tar.gz
ptxdist-64a47275e172b3d4a1da1a2d8a4292db7f82bf82.tar.xz
use COMPILER_PREFIX instead of PTXCONF_COMPILER_PREFIX
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2690 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 7fdd55b31..36ca093f1 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_COMPILER_PREFIX)gcc
-HOSTTOOLS_E2FSPROGS_AUTOCONF += --with-linker=$(PTXCONF_COMPILER_PREFIX)ld
+HOSTTOOLS_E2FSPROGS_AUTOCONF += --with-cc=$(COMPILER_PREFIX)gcc
+HOSTTOOLS_E2FSPROGS_AUTOCONF += --with-linker=$(COMPILER_PREFIX)ld
HOSTTOOLS_E2FSPROGS_PATH = PATH=$(CROSS_PATH)
HOSTTOOLS_E2FSPROGS_ENV = $(CROSS_ENV)
HOSTTOOLS_E2FSPROGS_ENV += BUILD_CC=$(HOSTCC)