summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-12-05 07:47:32 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-12-05 07:47:32 (GMT)
commitdfd9239fc36e1ec00603587ac353b90fcf30196b (patch)
treebb07ad3c6fd725d90d20b0cd105de4cf198b8428 /src
parenta36c93db651299dcdab5c7625e388b0ce7f78b02 (diff)
downloadmxe-dfd9239fc36e1ec00603587ac353b90fcf30196b.zip
mxe-dfd9239fc36e1ec00603587ac353b90fcf30196b.tar.gz
mxe-dfd9239fc36e1ec00603587ac353b90fcf30196b.tar.bz2
package portablexdr: use cross ar
Diffstat (limited to 'src')
-rw-r--r--src/portablexdr.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/portablexdr.mk b/src/portablexdr.mk
index 86267c8..a7f3cd7 100644
--- a/src/portablexdr.mk
+++ b/src/portablexdr.mk
@@ -18,7 +18,8 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--build="`config.guess`" \
--disable-shared \
- --prefix='$(PREFIX)/$(TARGET)'
+ --prefix='$(PREFIX)/$(TARGET)' \
+ AR='$(TARGET)-ar'
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef