source: trunk/gcc/libiberty/config/mh-aix@ 3669

Last change on this file since 3669 was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 458 bytes
Line 
1# This file is only needed by AIX 3.1.
2HDEFINES = -D__IEEE_BIG_ENDIAN
3
4# Most releases of AIX 3.1 include an incorrect internal version of copysign
5# in libc.a for use by some libc public functions including modf. The public
6# version of copysign in libm.a is usable. For the sake of libg++ (which
7# uses modf), we add copysign here. Supposedly, this problem is fixed in AIX
8# 3.1.8 and above, including all releases of AIX 3.2.
9EXTRA_OFILES = copysign.o
Note: See TracBrowser for help on using the repository browser.