Patch for review (imake related)

Anton Markov anton at truxtar.com
Tue Sep 28 17:25:27 PDT 2004


Hello everyone,

Could somebody with a good understanding of the imake system please 
review the following patch which fixes a compilation/configuration bug 
as described at:

<https://freedesktop.org/bugzilla/show_bug.cgi?id=1349>

Summary: Undefined 'DefaultGcc2i386Opt' causes compilation error

==== Patch Begins ====

--- xc.old/config/cf/linux.cf	2004-09-12 23:42:33.000000000 -0400
+++ xc/config/cf/linux.cf	2004-09-12 23:44:38.000000000 -0400
@@ -813,6 +813,9 @@
  #endif

  #ifdef i386Architecture
+# ifndef DefaultGcc2i386Opt
+#  define DefaultGcc2i386Opt -O2 -fno-strength-reduce
+# endif
  # ifndef OptimizedCDebugFlags
  #  define OptimizedCDebugFlags	DefaultGcc2i386Opt
  # endif


==== Patch Ends ====

-- 
Anton Markov <("anton" + "@" + "truxtar" + "." + "com")>



More information about the xorg mailing list