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]

test case for gcc-3.3.2 in getandpatch.sh


Hi, Dan
In crosstools-0.28-rc13, "getandpatch.sh" script, test case for gcc-3.3.2 should be fixed. Tiny patch attached.


PS: thanks for the tools ;o)

Olexiy
--- getandpatch.sh.orig	2004-04-22 09:24:27.000000000 +0300
+++ getandpatch.sh	2004-05-14 13:37:22.000000000 +0300
@@ -155,8 +155,8 @@
    gcc-3.3-200*|gcc-3.4-200*)
       dir=`echo $GCC_DIR | sed 's/gcc-//'`
       getUnpackAndPatch ftp://gcc.gnu.org/pub/gcc/snapshots/$dir/$GCC_DIR.tar.bz2 ;;
-   gcc-3.3.2-*)
-      getUnpackAndPatch ftp://ftp.gnu.org/pub/gnu/gcc/$GCC_DIR.tar.bz2 ;;
+   gcc-3.3.2)
+      getUnpackAndPatch ftp://ftp.gnu.org/pub/gnu/gcc/$GCC_DIR/$GCC_DIR.tar.bz2 ;;
    *)
       getUnpackAndPatch ftp://ftp.gnu.org/pub/gnu/gcc/$GCC_DIR.tar.gz ;;
 esac

------
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]