OSDN Git Service

* Makefile.in (install-info): Simplify.
[pf3gnuchains/gcc-fork.git] / gcc / config.host
index 9fb6baa..fa6bced 100644 (file)
@@ -84,7 +84,7 @@ case ${host} in
     host_exeext=.exe
     # This removes the cpu type and manufacturer components and
     #  replaces "." with "_" in the operating system version.
-    target_alias=`echo $host | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
+    target_noncanonical=`echo $host | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
     prefix=/gnu
     local_prefix=/gnu
     ;;
@@ -120,10 +120,10 @@ case ${host} in
   i[34567]86-pc-msdosdjgpp*)
     host_xm_file=i386/xm-djgpp.h
     host_exeext=.exe
-    # Shorten $target_alias for 8.3 filename conventions.
+    # Shorten $target_noncanonical for 8.3 filename conventions.
     case ${target} in
       *pc-msdosdjgpp*)
-        target_alias=djgpp
+        target_noncanonical=djgpp
         ;;
     esac
     ;;
@@ -137,7 +137,9 @@ case ${host} in
     host_exeext=.exe
     ;;
   i[34567]86-*-uwin*)
-    host_exeext=.exe
+    echo "*** UWIN may not be used as a host platform because"
+    echo "*** linking with posix.dll is not allowed by the GNU GPL."
+    exit 1
     ;;
   i[34567]86-*-interix3*)
     host_xmake_file="x-interix"