Created
February 4, 2012 11:26
-
-
Save jpf91/1737240 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ur build.old/Makefile.in build/Makefile.in | |
--- build.old/Makefile.in 2012-02-04 13:49:36.000000000 +0100 | |
+++ build/Makefile.in 2012-02-04 14:46:13.749514106 +0100 | |
@@ -384,7 +384,7 @@ | |
GCC_CONFIG_ARGS=--prefix=$(prefix) \ | |
--target=${cur_target} --host=${cur_host} --build=${cur_build} \ | |
- --with-gnu-as --with-gnu-ld --enable-languages=c,c++ | |
+ --with-gnu-as --with-gnu-ld --enable-languages=c,c++,d | |
# For gcc versions 4.3.0 and later, gmp and mpfr are required. | |
# Also build libgcc is a seperate sub-target in 4.3.0+. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment