This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Succesfully built gcc-3.2 (c, c++, f77) on powerpc-ibm-aix4.3.3.0


I successfully built gcc-3.2 components c, c++ and f77 on
powerpc-ibm-aix4.3.3.0

# ./config.guess
powerpc-ibm-aix4.3.2.0
# 

# gcc -v
Reading specs from
/usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/3.2/specs
Configured with: /usr/src/gcc-3.2/configure --prefix=/usr/local
--enable-languages=c,c++,f77 --enable-shared --enable-threads=aix
--disable-nls --disable-multilib --disable-aix64 --disable-softfloat
--disable-powercpu --disable-sysv powerpc-ibm-aix4.3.3.0
Thread model: aix
gcc version 3.2
# 

Summary of testsuite:

               === gcc Summary ===

# of expected passes            18150
# of unexpected failures        100
# of expected failures          63
# of unresolved testcases       4
# of unsupported tests          114
/usr/obj/gcc/xgcc version 3.2


                === g++ Summary ===

# of expected passes            7032
# of unexpected failures        125
# of unexpected successes       2
# of expected failures          89
# of untested testcases         23
# of unsupported tests          6
/usr/obj/gcc/testsuite/../g++ version 3.2


                === g77 Summary ===

# of expected passes            1452
# of unsupported tests          8
/usr/obj/gcc/testsuite/../g77 version 3.2


                === libstdc++-v3 Summary ===

# of expected passes            384
# of unexpected failures        13
# of unexpected successes       10
# of expected failures          16
# of unsupported tests          6
 

I used gcc-3.2 from pre-compiled binaries from
ftp://aixpdslib.seas.ucla.edu

I used native assembler and linker:
/usr/ccs/bin/as
/usr/ccs/bin/ld

I used:
CFLAGS=' -mcpu=604e -mtune=604e -mhard-float -pthread -maix32 -O2 '

# uname -a
AIX hyperion 3 4 002027044C00
# 

The machine is a so-called 7025-F40 with dual 604e processors @233 MHz.
OS = AIX 4.3.3 ML10







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