This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Update build procedure in setup README


    Hi gang,

setup/ChangeLog:

	* README: Updated configure options with precise GCC version to use,
	and add CC_FOR_BUILD (needed by libgpg-error).

  Makes sense to everyone?  (CC_FOR_BUILD defaults to just 'cc' if you don't
set it; it's utterly non-critical which version of GCC is used, however, so I
didn't bother to add a version suffix to that one.)

    cheers,
      DaveK
Index: README
===================================================================
RCS file: /cvs/cygwin-apps/setup/README,v
retrieving revision 2.41
diff -p -u -r2.41 README
--- README	14 May 2009 15:01:06 -0000	2.41
+++ README	22 Jul 2009 19:51:25 -0000
@@ -30,7 +30,8 @@ Build commands:
 
 2) Configure using the following set of options.
    $ ./configure -C --disable-shared --host=i686-pc-mingw32 \
-       --build=i686-pc-cygwin CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin"
+       --build=i686-pc-cygwin CC="gcc-3 -mno-cygwin" CXX="g++-3 -mno-cygwin" \
+       CC_FOR_BUILD=gcc
    If you plan to do any work on the setup build system, you will
    probably want to add "--enable-maintainer-mode".
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]