bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/30275] remove AIX hack in fdlibm.h


From: robilad at kaffe dot org
Subject: [Bug classpath/30275] remove AIX hack in fdlibm.h
Date: 2 Jan 2007 18:38:30 -0000


------- Comment #3 from robilad at kaffe dot org  2007-01-02 18:38 -------
bash-2.01$ touch test.c
bash-2.01$ gcc -v test.c 
Reading specs from
/usr/local/lib/gcc-lib/powerpc-ibm-aix4.1.5.0/egcs-2.91.60/specs
gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release)
 /usr/local/lib/gcc-lib/powerpc-ibm-aix4.1.5.0/egcs-2.91.60/cpp -lang-c -v
-undef -D__GNUC__=2 -D__GNUC_MINOR__=91 -D_IBMR2 -D_POWER -D_AIX -D_AIX32
-D_AIX41 -D_LONG_LONG -D_IBMR2 -D_POWER -D_AIX -D_AIX32 -D_AIX41 -D_LONG_LONG
-Asystem(unix) -Asystem(aix) -D__CHAR_UNSIGNED__ -D_ARCH_COM test.c
/tmp/ccehOsOz.i
[snip]

so aix4.1 defines _AIX41 and _AIX32. therefore I assume that my patch will be
sufficient to make it work on both AIX version 4 and version 5, since 4 does
not define _AIX50, but AIX5L does.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30275





reply via email to

[Prev in Thread] Current Thread [Next in Thread]