matt
eed2e00265
Define LIBGCC_MACHINE_ARCH so correct files are used o32 libgcc.
2013-02-14 09:22:18 +00:00
mrg
e9341e1933
build compat versions of libgomp for everything except mips N64 (for now.)
2011-09-23 06:44:36 +00:00
mrg
3f11e25c49
build GMP, MPFR and MPC as private libraries just for GCC. don't
...
install the headers or librarys into the system.
someone who really cares could make them shlibs again and have them
installed into eg, /usr/lib/gcc. not convinced it is worth it.
2011-07-21 03:13:30 +00:00
mrg
c590ede942
make mips64 builds of gmp and mpfr work including compat libs.
2011-07-10 03:05:33 +00:00
mrg
4bd91dda69
the gmp/mpfr subdirs are mipsel/mipseb.
2011-07-04 12:00:49 +00:00
mrg
95be9d4b80
- add support for src/compat builds
...
- use .include not .sinclude for the arch Makefile.inc file
- clean up
2011-07-01 01:30:16 +00:00
christos
ba4446b975
Avoid using ${NETBSDSRCDIR} by using ${.PARSEDIR} like I did for amd64/i386
2009-12-19 04:11:32 +00:00
mrg
39ffb8df8d
fix the previous: default the target depending the MACHINE_ARCH.
2009-12-15 04:05:34 +00:00
uebayasi
7400b90cd7
Use GNU linker emul names which really exist.
...
XXX Assume big endian for now. Better than build failure.
2009-12-14 13:43:59 +00:00
mrg
c410a53a8b
for each $MACHINE_ARCH we have compat libraries to build for, give a list
...
of ABIs to target. for amd64 and sparc64, we use the old i386 and sparc
subdirectories. for mips64, we build both o32 and n64 libraries.
these files are not yet used, but will be shortly.
2009-12-13 09:07:32 +00:00