home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Source / GNU / libg++ / libiberty / config / mh-aix < prev    next >
Text File  |  1993-06-29  |  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.