logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

r9862 - in trunk/src: . d2c/compiler: msg#00020

Subject: r9862 - in trunk/src: . d2c/compiler
Author: alex
Date: Tue May 10 08:41:55 2005
New Revision: 9862

Modified:
   trunk/src/configure.in
   trunk/src/d2c/compiler/platforms.descr
Log:
Job: 6387
2.5 doesn't work with 2.4, unless cygnus is used, not cygwin for the name.



Modified: trunk/src/configure.in
==============================================================================
--- trunk/src/configure.in      (original)
+++ trunk/src/configure.in      Tue May 10 08:41:55 2005
@@ -91,6 +91,7 @@
     i*86-*-freebsd2.*) $2=x86-freebsd-aout-gcc ;;
     i*86-*-freebsd*)   $2=x86-freebsd-elf-gcc ;;
     i*86-*-linux-gnu*) $2=x86-linux-gcc ;;
+    i*86-pc-cygwin*) $2=x86-cygnus-gcc ;;
 
     # might-work stuff
     i*86-*-solaris*) $2=x86-solaris-gcc ;;
@@ -108,7 +109,6 @@
     alpha*-*-linux-gnu*) $2=alpha-linux-gcc ;;
     hppa*-hp-hpux*) $2=hppa-hpux-gcc ;;
     sparc*-openbsd*) $2=sparc-openbsd-gcc ;;
-    i*86-pc-cygwin*) $2=x86-cygwin-gcc ;;
     i*86-pc-mingw32*) $2=x86-mingw32-gcc ;;
     i*86-pc-none) $2=x86-win32-vc ;;
     i*86-pc-beos) $2=x86-beos-gcc ;;

Modified: trunk/src/d2c/compiler/platforms.descr
==============================================================================
--- trunk/src/d2c/compiler/platforms.descr      (original)
+++ trunk/src/d2c/compiler/platforms.descr      Tue May 10 08:41:55 2005
@@ -365,7 +365,11 @@
 link-shared-library-command:    $(LIBTOOL) --mode=link gcc -o %s %s -rpath %s
 
 // Microsoft Win32 with Cygwin
-platform-name:                   x86-cygwin-gcc
+//
+// To be compatible with 2.4, 2.5 (that needs 2.4 to work for it to compile)
+// needs to use "cygnus" rather than "cygwin" in a name. (Alex Potanin)
+//
+platform-name:                   x86-cygnus-gcc
 default-features:                compiled-for-cygnus
                                  newlines-are-CRLF
 inherit-from:                    x86 linux gcc
-- 
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
https://gauss.gwydiondylan.org/mailman/listinfo/gd-chatter



<Prev in Thread] Current Thread [Next in Thread>