crosstool.sh: VAX support

Jan-Benedict Glaw jbglaw@lug-owl.de
Sat May 15 21:41:00 GMT 2004


Hi Dan!

Please accept this patch to add VAX support into your crosstool.sh
script. (Just to let you know: I now got a gcc-HEAD vax-linux
cross-compiler, but glibc isn't yet working:)

MfG, JBG

--- crosstool.sh~vax	2004-05-15 23:27:20.000000000 +0200
+++ crosstool.sh	2004-05-15 23:28:56.000000000 +0200
@@ -75,6 +75,7 @@
     sh*)      ARCH=sh ;;
     sparc64*) ARCH=sparc64 ;;
     sparc*)   ARCH=sparc ;;
+    vax*)     ARCH=vax ;;
     x86_64*)  ARCH=x86_64 ;;
     *) abort "Bad target $TARGET"
 esac

-- 
   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));
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/crossgcc/attachments/20040515/8fe2cb94/attachment.sig>


More information about the crossgcc mailing list