summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2014-11-24 16:55:01 +0000
committerBernd Edlinger <edlinger@gcc.gnu.org>2014-11-24 16:55:01 +0000
commitea903c37300bdafd4592f0e979cfede05aaf258e (patch)
treefae0ddc50f4e5b01109239d05b6387c9b16c7913 /Makefile.def
parentd142079af3ebd7e1d940a87c251d16bd794e8f78 (diff)
Makefile.def (module=gmp): Work around in-tree gmp configure bug with missing flex.
2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de> * Makefile.def (module=gmp): Work around in-tree gmp configure bug with missing flex. * Makefile.in: Regenerated. From-SVN: r218025
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index 40bbca9c3a9..ddcbf5bb1c5 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -48,7 +48,8 @@ host_modules= { module= gas; bootstrap=true; };
host_modules= { module= gcc; bootstrap=true;
extra_make_flags="$(EXTRA_GCC_FLAGS)"; };
host_modules= { module= gmp; lib_path=.libs; bootstrap=true;
- extra_configure_flags='--disable-shared';
+ // Work around in-tree gmp configure bug with missing flex.
+ extra_configure_flags='--disable-shared LEX="touch lex.yy.c"';
no_install= true;
// none-*-* disables asm optimizations, bootstrap-testing
// the compiler more thoroughly.