home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / src / binutils.2 / libibert / config / mh-aix < prev    next >
Encoding:
Text File  |  1993-05-30  |  442 b   |  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.