          MODULE=gcc
         VERSION=3.2.1
        #VERSION=3.2
          SOURCE=$MODULE-$VERSION.tar.gz
        #SOURCE2=gcc-3.2-glibc-2.3-compat.diff
        #SOURCE3=gcc.cpio.install.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-BUILD
   SOURCE_URL[0]=$GNU_URL/gcc/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$SOURCE
 #SOURCE2_URL[0]=http://www.haible.de/bruno/$SOURCE2
 #SOURCE3_URL[0]=http://cache.fwsystems.com/files/data/$SOURCE3
 #SOURCE3_URL[1]=http://www.lunar-linux.com/lunar/mirrors/$SOURCE3
        WEB_SITE=http://gcc.gnu.org
         ENTERED=20020628
         UPDATED=20020804
           SHORT="gcc is the GNU compiler collection."
           PSAFE=no

cat << EOF
gcc - GNU Compiler Collection.
The GNU Compiler Collection is a suite of compilers that compile C, C++,
Objective C, Fortran, Java, and CHILL for a wide variety of
architectures. Front-ends for Ada95 and Pascal also exist. 
EOF
