This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

crosstool.sh: Better error message for ppc*


Hi Dan!

Please accept this patch to output a better error message for ppc*
targets (vs. powerpc*).

MfG, JBG

--- crosstool.sh~ppc_comment	2004-05-15 23:27:20.000000000 +0200
+++ crosstool.sh	2004-05-15 23:29:35.000000000 +0200
@@ -70,7 +70,7 @@
     m68k*)    ARCH=m68k ;;
     powerpc64*) ARCH=ppc64 ;;
     powerpc*) ARCH=ppc ;;
-    ppc*)     abort "Target $TARGET incompatible with binutils and gcc regression tests; use target powerpc-* instead";;
+    ppc*)     abort "Target $TARGET incompatible with binutils and gcc regression tests; use target powerpc-* or powerpc64-* instead";;
     s390*)    ARCH=s390 ;;
     sh*)      ARCH=sh ;;
     sparc64*) ARCH=sparc64 ;;

-- 
   Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481
   "Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg
    fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!
   ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

Attachment: signature.asc
Description: Digital signature


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