summaryrefslogtreecommitdiffstats
path: root/src/binutils.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-05-23 14:35:29 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-06-01 12:28:02 (GMT)
commitb974ef08d8b4fc555259eb49c9e34ef69c411948 (patch)
tree3d87088e9b6469153e5f33e9fc035410e9d08c3b /src/binutils.mk
parent95e37fbe7e528bc61e324bde2608046db66521c3 (diff)
downloadmxe-b974ef08d8b4fc555259eb49c9e34ef69c411948.zip
mxe-b974ef08d8b4fc555259eb49c9e34ef69c411948.tar.gz
mxe-b974ef08d8b4fc555259eb49c9e34ef69c411948.tar.bz2
add mingw-w64 runtime and pthreads implementation, update related toolchain files
Diffstat (limited to 'src/binutils.mk')
-rw-r--r--src/binutils.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binutils.mk b/src/binutils.mk
index 51ecf94..d022f74 100644
--- a/src/binutils.mk
+++ b/src/binutils.mk
@@ -30,6 +30,7 @@ define $(PKG)_BUILD
--target='$(TARGET)' \
--build="`config.guess`" \
--prefix='$(PREFIX)' \
+ --disable-multilib \
--with-gcc \
--with-gnu-ld \
--with-gnu-as \