Lines Matching full:aix
1 # hints/aix.sh
3 # AIX 3 and AIX 4 are split off to aix_3.sh and aix_4.sh
10 # - AIX 43x and above support
46 # Intuiting the existence of system calls under AIX is difficult,
54 # AIX itself uses .o (libc.o) but we prefer compatibility
109 cccdlflags='none' # All AIX code is position independent
141 ccversion=`lslpp -L | grep 'C for AIX Compiler$' | grep -i $cc_type | head -1`
150 # Redbooks state AIX-5 only supports vac-5.0.2.0 and up
474 # libraries. AIX allows both .so and .a libraries to
506 *** You seem to be compiling in AIX for the OS/400 PASE environment.
507 *** I'm not going to use the AIX bind, nsl, and possible util libraries, then.
510 *** For instructions how to install this build from AIX to PASE,
511 *** see the file README.os400. Accept the "aix" for the question
537 # The libgdbm < 1.8.3-5 from the AIX Toolbox is not working
541 echo "GDBM support disabled because your GDBM package contains extraneous headers - see README.aix."
547 # Some releases (and patch levels) of AIX cannot have both
551 # of AIX 128-bit long doubles:
553 # http://www-01.ibm.com/support/knowledgecenter/ssw_aix_61/com.ibm.aix.genprogc/128bit_long_double_floating-point_datatype.htm
556 # but searching AIX docs at ibm.com for "128-bit long double
625 # Some releases (and patch levels) of AIX have a broken powl().
652 # Some releases of AIX cc/xlc a broken fmodl(), but -q64 seems to help.