Skip to content

Instantly share code, notes, and snippets.

@indivisible
Created August 3, 2014 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indivisible/1fdc70aaf651c9022f5c to your computer and use it in GitHub Desktop.
Save indivisible/1fdc70aaf651c9022f5c to your computer and use it in GitHub Desktop.
fix for lachs0r's mingw build on gcc 4.9.1
diff --git a/toolchain/CMakeLists.txt b/toolchain/CMakeLists.txt
index 336edbe..69666fe 100644
--- a/toolchain/CMakeLists.txt
+++ b/toolchain/CMakeLists.txt
@@ -8,6 +8,7 @@ ExternalProject_Add(binutils
--disable-multilib
--disable-nls
--disable-shared
+ --disable-werror
BUILD_COMMAND make -j${MAKEJOBS}
INSTALL_COMMAND make install
LOG_DOWNLOAD 1 LOG_CONFIGURE 1 LOG_BUILD 1 LOG_INSTALL 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment