This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
SUCCESS alpha-ev56 gcc-3.2
- From: spyffe at mail dot goo dot ne dot jp
- To: gcc at gcc dot gnu dot org
- Date: 16 Aug 2002 13:11:39 +0900
- Subject: SUCCESS alpha-ev56 gcc-3.2
I have with no problems built gcc-3.2 on the Alpha EV56 architecture.
Please find detailed information below:
< Output of config.guess >--------------------------
alphaev56-unknown-linux-gnu
< Output of gcc-3.2 -v >----------------------------
Reading specs from /usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/3.2/specs
Configured with: ../gcc-3.2/configure --prefix=/usr/local --program-suffix=-3.2 --enable-shared --enable-threads --enable-languages=c,c++,objc
Thread model: posix
gcc version 3.2
< Enabled languages >-------------------------------
C, C++, Objective-C
< Output of cat /etc/issue >------------------------
Red Hat Linux release 7.1 (Seawolf)
Kernel 2.4.3-12 on an alpha
< Output of uname -a >------------------------------
Linux xxx.xxx.xxx 2.4.3-12 #1 Fri Aug 15 00:06:52 xxxT 2002 alpha unknown
(I erased all personal information)
< Output of rpm -q glibc >--------------------------
gcc-2.2.3-11
< Host compiler >-----------------------------------
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-87)
< Compilation method >------------------------------
tar xzvf gcc-3.2.tar.gz
mkdir build-gcc
cd build-gcc
../gcc-3.2/configure (options same as above)
make bootstrap
su
make install
Thank you to the GCC 3.2 developers!