summaryrefslogtreecommitdiffstats
path: root/rules/cross-gcc-first.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cross-gcc-first.make')
-rw-r--r--rules/cross-gcc-first.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/cross-gcc-first.make b/rules/cross-gcc-first.make
index c7b5cf8..9eb5853 100644
--- a/rules/cross-gcc-first.make
+++ b/rules/cross-gcc-first.make
@@ -69,7 +69,7 @@ CROSS_GCC_FIRST_ENV := $(HOSTCC_ENV)
CROSS_GCC_FIRST_AUTOCONF := \
--host=$(GNU_HOST) \
--target=$(call remove_quotes,$(PTXCONF_GNU_TARGET)) \
- --prefix=$(PTXCONF_PREFIX) \
+ --prefix=$(CROSS_GCC_FIST_PREFIX) \
--with-sysroot=$(SYSROOT) \
$(call remove_quotes,$(PTXCONF_CROSS_GCC_FIRST_EXTRA_CONFIG)) \
\