1) Updated README with information on x86_64 Ada bootastrap compiler binary
2) Updated TODO with problem on test target
This commit is contained in:
parent
f728d6e354
commit
9e5371b45e
2 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
1) You may want to adjust the --enable-languages="c,ada,c++,f77,objc,java"
|
1) You may want to adjust the "Optional languages"
|
||||||
configuration option before building this package.
|
section of the Makefile before building this package.
|
||||||
|
|
||||||
2) The Ada compiler front-end of gcc is itself written
|
2) The Ada compiler front-end of gcc is itself written
|
||||||
in Ada. Consequently, an Ada compiler must be used
|
in Ada. Consequently, an Ada compiler must be used
|
||||||
|
@ -13,5 +13,7 @@
|
||||||
|
|
||||||
https://www.johnrshannon.com/NetBSD/ix86/gccAda-3.4.0.tgz
|
https://www.johnrshannon.com/NetBSD/ix86/gccAda-3.4.0.tgz
|
||||||
https://www.johnrshannon.com/NetBSD/pentium4/gccAda-3.4.0.tgz
|
https://www.johnrshannon.com/NetBSD/pentium4/gccAda-3.4.0.tgz
|
||||||
|
https://www.johnrshannon.com/NetBSD/x86_64/gccAda-3.4.0.tgz
|
||||||
|
|
||||||
Both pkgs were built on NetBSD 2.0C for Intel ix86 hardware.
|
The first two pkgs were built on NetBSD 2.0C. The AMD64
|
||||||
|
pkg was built under NetBSD 1.6ZL.
|
||||||
|
|
|
@ -3,3 +3,6 @@
|
||||||
- Requires fix to lang/gcc3-ada PR pkg/24573 to build from gcc3-ada. As part
|
- Requires fix to lang/gcc3-ada PR pkg/24573 to build from gcc3-ada. As part
|
||||||
of this fix, a buildlink3.mk file was provided for lang/gcc3-ada
|
of this fix, a buildlink3.mk file was provided for lang/gcc3-ada
|
||||||
It will build from wip/gcc-3.4-ada
|
It will build from wip/gcc-3.4-ada
|
||||||
|
|
||||||
|
- For some reason the test target does not work correctly for libstdc++v3
|
||||||
|
and objc.
|
||||||
|
|
Loading…
Reference in a new issue