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: VAX support


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));

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]