summaryrefslogtreecommitdiffstats
path: root/rules/bonniexx.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-16 19:06:09 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-16 19:06:09 +0000
commit51a01c1ecb72b08e8af3ecffacb5a8f199f2521c (patch)
treef6903f7d3606630a37af76cda4eeecb2f2eda4a8 /rules/bonniexx.make
parent1ab485410d1099d0f6a3c05b4e8470377ab10234 (diff)
downloadptxdist-51a01c1ecb72b08e8af3ecffacb5a8f199f2521c.tar.gz
ptxdist-51a01c1ecb72b08e8af3ecffacb5a8f199f2521c.tar.xz
use prefix
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4154 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/bonniexx.make')
-rw-r--r--rules/bonniexx.make14
1 files changed, 10 insertions, 4 deletions
diff --git a/rules/bonniexx.make b/rules/bonniexx.make
index ff294c6d6..ccc80ceeb 100644
--- a/rules/bonniexx.make
+++ b/rules/bonniexx.make
@@ -60,13 +60,19 @@ $(STATEDIR)/bonniexx.extract: $(bonniexx_extract_deps_default)
bonniexx_prepare: $(STATEDIR)/bonniexx.prepare
-BONNIEXX_PATH = PATH=$(CROSS_PATH)
-BONNIEXX_ENV = $(CROSS_ENV)
+BONNIEXX_PATH = PATH=$(CROSS_PATH)
+BONNIEXX_ENV = $(CROSS_ENV)
+BONNIEXX_MAKEVARS = prefix=$(SYSROOT)
#
-# autoconf
+# autoconf without automake :-(
#
-BONNIEXX_AUTOCONF = $(CROSS_AUTOCONF_USR)
+# - stripping does not work, because bonnie's Makefile uses wrong
+# install version (for host)
+
+BONNIEXX_AUTOCONF = \
+ $(CROSS_AUTOCONF_USR) \
+ --disable-stripping
$(STATEDIR)/bonniexx.prepare: $(bonniexx_prepare_deps_default)
@$(call targetinfo, $@)