[gforth] another try to fix the build with -O2

Adrian Reber adrian at fedoraproject.org
Fri Jul 27 15:12:33 UTC 2012


commit 08fc51b8933610cb0485e082c1e0031dc4e7ae9a
Author: Adrian Reber <adrian at lisas.de>
Date:   Fri Jul 27 17:12:26 2012 +0200

    another try to fix the build with -O2

 gforth-libtool-build.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
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


More information about the scm-commits mailing list