arm9e (armv5te w/o xscale extensions). We no longer support anything
less than armv5te and this allows some additional instructions.
-mthumb-interwork remains off by default.
Same change made to base gcc works here as well.
ok pascal@
- mips64el bits included, need access to bootstrap machine
- sync system-openbsd-*.ads, remove obsolete stuff
Building on sparc requires a recent (21/09) kernel
Tested on hppa mips64 powerpc sparc and sparc64
ok pascal@
fortran are required since the gcc-libs conversion (and don't need much time
to build anyway). Finally, go will never be supported in 4.9.
prompted by sthen@ a while ago
this breaks builds when -maltivec is used, including Mozilla ports.
Borrowed from a commit to the Amiga development tools project,
b24ae06571
ok landry@ mpi@ naddy@
Rename all egnat* binaries back to gnat*, sync with 4.8
Add hppa Ada support
Delete debug patch for a linker issue solved some time ago
funktioniert pascal@
CONFIGURE_ARGS. While it may have had some value in the past, nowadays it's
just another (essentially untested) deviation from the mainstream.
Also:
* Restore -fstrict-aliasing and -fstrict-overflow behaviour
* Support -rdynamic on hppa
* libatomic is actually supported on every POSIX system, so remove useless
PFRAGs.
Tested on amd64, hppa and sparc64; ok tobiasu@
Marked broken because it uses instructions the default binutils don't
understand. The port itself seems to work.
I will probably post the update instructions to arm@ for those that are
interested in playing with this.
ok pascal@ a long time ago