gets built.
Add makefile fragments to do the right thing for elf and a.out. Make sure
they are used.
Add @exec/@unexec install-info to the PLIST.
Fixes pkg/12154 from Olaf Seibert <rhialto@polderland.nl>
- Install into "${LOCALBASE}/gcc-2.95.2" to avoid that e.g. "bsd.pkg.mk"
picks up the new compiler by accident.
- Add a file "${LOCALBASE}/etc/gcc-2.95.2.mk" which makes it possible to
use the new "gcc" like this:
make MAKECONF=/usr/pkg/etc/gcc-2.95.2.mk
NetBSD's "egcs" configuration files breaks the build of "libiberty"
obviously.
- Make this package work on NetBSD arm32.
- Actually add entries to package list.
Still to do:
- rename binaries to avoid conflicts with base distribution
- improve directory structure
- support more platforms