home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / binutils-2.7-src.tgz / tar.out / fsf / binutils / libiberty / config / mh-aix < prev    next >
Text File  |  1996-09-28  |  442b  |  11 lines

  1. HDEFINES = -D__IEEE_BIG_ENDIAN
  2. RANLIB=true
  3. INSTALL=cp
  4.  
  5. # Most releases of AIX 3.1 include an incorrect internal version of copysign
  6. # in libc.a for use by some libc public functions including modf.  The public
  7. # version of copysign in libm.a is usable.  For the sake of libg++ (which
  8. # uses modf), we add copysign here.  Supposedly, this problem is fixed in AIX
  9. # 3.1.8 and above, including all releases of AIX 3.2.
  10. EXTRA_OFILES = copysign.o
  11.