From 08fc51b8933610cb0485e082c1e0031dc4e7ae9a Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Jul 27 2012 15:12:26 +0000 Subject: another try to fix the build with -O2 --- diff --git a/gforth-libtool-build.patch b/gforth-libtool-build.patch new file mode 100644 index 0000000..980239f --- /dev/null +++ b/gforth-libtool-build.patch @@ -0,0 +1,11 @@ +--- gforth-0.7.0/envos.fs.in~ 2008-09-18 21:02:21.000000000 +0100 ++++ gforth-0.7.0/envos.fs.in 2012-04-18 11:22:30.916075000 +0100 +@@ -32,7 +32,7 @@ + + : libtool-cc ( -- c-addr u ) \ gforth + \G invocation string of the C compiler used for libtool +- s" @CC@" ; ++ s" --tag=CXX @CC@ " ; + + : libtool-flags ( -- c-addr u ) \ gforth + \G force no undefined for cygwin