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]

[Fwd: [PATCH] allow user to select gcc-4.0 snapshot for build]


Here's rj's patch.

-------- Original Message --------
Subject: [PATCH] allow user to select gcc-4.0 snapshot for build
Date: Sun, 5 Dec 2004 09:06:03 -0500 (EST)
From: Robert P. J. Day <rpjday@mindspring.com>
To: crossgcc list <crossgcc@sources.redhat.com>
CC: Dan Kegel <dank@kegel.com>


trivial extension to support picking a gcc-4.0 snapshot as part of the build.


diff -Nur crosstool-0.28-rc37.orig/getandpatch.sh crosstool-0.28-rc37/getandpatch.sh --- crosstool-0.28-rc37.orig/getandpatch.sh 2004-09-29 01:37:46.000000000 -0400 +++ crosstool-0.28-rc37/getandpatch.sh 2004-12-05 09:02:40.139846720 -0500 @@ -188,7 +188,7 @@ gcc-3.[345].[012345]-200*) dir=`echo $GCC_DIR | sed s/gcc-/prerelease-/` getUnpackAndPatch ftp://gcc.gnu.org/pub/gcc/$dir/$GCC_DIR.tar.gz ;; - gcc-3.[345]-200*) + gcc-3.[345]-200*|gcc-4.0-200*) dir=`echo $GCC_DIR | sed 's/gcc-//'` getUnpackAndPatch ftp://gcc.gnu.org/pub/gcc/snapshots/$dir/$GCC_DIR.tar.bz2 ;; *)



--
Trying to get a job as a c++ developer?  See http://kegel.com/academy/getting-hired.html

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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