Skip to content

Instantly share code, notes, and snippets.

@jpf91
Created February 4, 2012 11:26
Show Gist options
  • Save jpf91/1737240 to your computer and use it in GitHub Desktop.
Save jpf91/1737240 to your computer and use it in GitHub Desktop.
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