diff options
author | Tony Theodore <tonyt@logyst.com> | 2012-12-05 07:47:32 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2012-12-05 07:47:32 (GMT) |
commit | dfd9239fc36e1ec00603587ac353b90fcf30196b (patch) | |
tree | bb07ad3c6fd725d90d20b0cd105de4cf198b8428 /src/portablexdr.mk | |
parent | a36c93db651299dcdab5c7625e388b0ce7f78b02 (diff) | |
download | mxe-dfd9239fc36e1ec00603587ac353b90fcf30196b.zip mxe-dfd9239fc36e1ec00603587ac353b90fcf30196b.tar.gz mxe-dfd9239fc36e1ec00603587ac353b90fcf30196b.tar.bz2 |
package portablexdr: use cross ar
Diffstat (limited to 'src/portablexdr.mk')
-rw-r--r-- | src/portablexdr.mk | 3 |
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 |