summaryrefslogtreecommitdiffstats
path: root/src/gcc.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-09-25 02:30:35 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-09-25 02:30:35 (GMT)
commit698c1e7f74c01e3978048770e05146fb46e0954e (patch)
tree1506df9c095699630361e890872386eaf5a47fd9 /src/gcc.mk
parent065efe9b41a946f483903ce18b973a225119c0cf (diff)
downloadmxe-698c1e7f74c01e3978048770e05146fb46e0954e.zip
mxe-698c1e7f74c01e3978048770e05146fb46e0954e.tar.gz
mxe-698c1e7f74c01e3978048770e05146fb46e0954e.tar.bz2
gcc: install import libs to standard locations as well
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/gcc.mk')
-rw-r--r--src/gcc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gcc.mk b/src/gcc.mk
index b15fd69..e537121 100644
--- a/src/gcc.mk
+++ b/src/gcc.mk
@@ -59,6 +59,7 @@ define $(PKG)_POST_BUILD
-mv '$(PREFIX)/lib/gcc/$(TARGET)/lib/'* '$(PREFIX)/lib/gcc/$(TARGET)/$($(PKG)_VERSION)/'
-mv '$(PREFIX)/lib/gcc/$(TARGET)/'*.dll '$(PREFIX)/lib/gcc/$(TARGET)/$($(PKG)_VERSION)/'
-cp '$(PREFIX)/lib/gcc/$(TARGET)/$($(PKG)_VERSION)/'*.dll '$(PREFIX)/$(TARGET)/bin/'
+ -cp '$(PREFIX)/lib/gcc/$(TARGET)/$($(PKG)_VERSION)/'*.dll.a '$(PREFIX)/$(TARGET)/lib/'
endef
define $(PKG)_BUILD_i686-pc-mingw32