| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Remove the recently added ARM patch. This port has always been limited to
amd64 and i386 so patching ARM code has no effect.
|
| |
|
|
|
|
|
| |
This contains some minor fixes for DragonFly's master branch. The
patch diffs are less due to freebsd unwind support backport to 5 branch.
|
|
|
|
|
|
| |
The issue only affects DragonFly -- the proper configuration for openpty
support is already defined for FreeBSD using a macro, but the macro
for DragonFly was missing.
|
|
|
|
|
| |
This captures some gcc fixes in the 2 months since the release. The
version info with --version option has also been restored.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When submitting patches to fix GNAT, I realized the exetime changes
were wrong. Moveover, the time patches not only are no longer needed,
but possibly bitrotted to the point of being wrong.
The next release of GCC5 (5.2) should have the FreeBSD unwind support
from gcc-trunk backported to GCC5 branch, so that should reduce the
patches by a lot. There are some minor changes involving NetBSD support
that are not used.
Also, apparently disable-libada functionality was broken by my patches,
but it's fixed now. This isn't used though.
|
| |
|
|
|
|
|
|
|
|
|
| |
The code to create a hardlink of gcc5-aux/bin/ada to gcc5-aux/bin/gcc
did not work. It appears that the "-" in front of the "if" condition
isn't working in this context. However, it's really not needed at all,
so just remove it so the hardlink gets created.
All Ada ports use gcc5-aux/bin/ada, so it was a critical problem.
|
|
This is the initial version of gcc5-aux, which will eventually become the
default Ada compiler. It's not hooked into Mk/Uses/ada.mk yet, but it
does pass all Ada tests on both DragonFly64 and FreeBSD64.
For FreeBSD 10 amd64, the compiler built fine outside of poudriere but the
bootstrap compiler failed inside of it (seemingly as a result of using
base linker). Eventually a new bootstrap compiler needs to be made, but
for now gcc5-aux is built with a full bootstrap on FreeBSD. On DragonFly,
only a single stage is built as the bootstrap compiler still works fine.
|