This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: IBM POWER6/AIX6 current state?


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I tried building binutils 2.20 on AIX 6.1 TL2 with the 10.1 version of
the IBM C/C++ compiler and had to work around two small glitches to make
this build a success:
1) In the binutils subfolder there are -Wno-error flags hardwired into
Makefile.in which i removed.
2) The configure scripts activate -D_LARGE_FILES in config.h, but for
the flex/bison generated sources system headers are included both before
and after config.h, which is inconsistent (after with -D_LARGE_FILES
before without) and leads to conflicts (lseek/lssek64 off_t/off64_t).
The easy workaround was to add -D_LARGE_FILES to CPPFLAGS/CFLAGS/CXXFLAGS



Am 24.01.2010 20:11, schrieb Richard Sandiford:
> Franz Fehringer <fehrin@t-online.de> writes:
>> Hi,
>> would your patch apply to binutils (as it seems to me) or to gcc or to
>> both of them?
> 
> Binutils
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJLYpZRAAoJEETPNNlkrKDysv8H/1lKGtbngkWoggTbrj7ymte8
+UNlwxqBIxKOdrujQ7aUR7aL4lI47Qk470a3GGzuDkMZ/5zBh3ZZcgxW4I3aZCp3
of8nEduaDadfeZ8DB5CoCzlN/0ODmV/MkkQHqcnylU0np6f3dc7hx4/bg1+XEXjR
s6bYgrmIdvww3ZApwmIVcd8Z1awIxVDIoKFv6gbHshG9g8oO8aR3SJSejiDvf0Vh
C86asAEc8nQDLBbwM/2gsghLVrMZitKLEUQJBaPdE4xIq5CGVzV/qDaAumZ9K1Ms
BHcNRWj5ljxJWaoZLPN5ET9UwxxUp98mvU/NPwS/h5i4qmZXcqJGg32FujCWNfY=
=/pUo
-----END PGP SIGNATURE-----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]