| Age | Commit message (Collapse) | Author |
|
- always install <stdbool.h>
- don't generate a fake one for vax / gettext.
|
|
- didn't need to/mean to update libstdc++ yet
- mknative generated bogus files that ended having libstc++ not install
various required headers.
should fix the "can't find iostream.h" lossage in src/regress.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
toolchain2netbsd to actually spit it out.
|
|
From Rafal's commit for mipseb (which applies here too):
WARNING: Binutils 2.11.2 (maybe earlier) changed the MIPS ABI, so any
shared libs built by this toolchain WILL NOT WORK without either a whack
to BFD to fix that or a patch to ld_elf.so to work around it. I need to
chase the binutils folks on this issue still.
|
|
changes to configuration stuff to (a) recognize `mipseb', and (b) build a
BE-default GCC on mipseb. gprof and gdb still not done.
WARNING: Binutils 2.11.2 (maybe earlier) changed the MIPS ABI, so any
shared libs built by this toolchain WILL NOT WORK without either a whack
to BFD to fix that or a patch to ld_elf.so to work around it. I need to
chase the binutils folks on this issue still.
That said, the new toolchain seems to work quite well once the ABI change
is worked around/fixed -- I'm committing from a machine running a user-
land built with the new compiler.
|
|
|
|
toolchain2netbsd version run)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Include libg2c, libobjc, libstdc++ ARM ELF config files.
|
|
Note that old build system still exists under .if conditionals; this
will be removed once all platforms are using the new toolchain.
|