History log of /netbsd-current/compat/mips64/o32/bsd.o32.mk
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.16 25-Apr-2021 christos

define BFD_MACHINE_ARCH. This worked by accident before since the default
64 bit target was 32 bits.


# 1.15 25-Apr-2021 christos

mips64 -> o32 64
mipsn64 -> o32 n32


Revision tags: netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-8-2-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.14 07-Oct-2016 christos

branches: 1.14.14;
set LIBC_MACHINE_ARCH otherwise we don't get 'double' intrinsics.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.13 24-Jun-2015 matt

branches: 1.13.2;
Support building the xorg X11 libraries under MKCOMPAT.
Add XORG_MACHINE_ARCH to compat's bsd.*.mk
Turn xorg makekeys and makestrs into real host tools which are installed into
${TOOLSDIR}


# 1.12 22-Jun-2015 matt

Reduce the amount that's include protected.


# 1.11 19-Jun-2015 matt

Prevent multi inclusion


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base tls-maxphys-base
# 1.10 14-Feb-2013 matt

Define LIBGCC_MACHINE_ARCH so correct files are used o32 libgcc.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE yamt-pagecache-tag8 netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 yamt-pagecache-base8 netbsd-6-0-1-RELEASE yamt-pagecache-base7 matt-nb6-plus-nbase yamt-pagecache-base6 netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.9 23-Sep-2011 mrg

branches: 1.9.2; 1.9.8;
build compat versions of libgomp for everything except mips N64 (for now.)


# 1.8 21-Jul-2011 mrg

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.


# 1.7 10-Jul-2011 mrg

make mips64 builds of gmp and mpfr work including compat libs.


# 1.6 04-Jul-2011 mrg

the gmp/mpfr subdirs are mipsel/mipseb.


# 1.5 01-Jul-2011 mrg

- add support for src/compat builds
- use .include not .sinclude for the arch Makefile.inc file
- clean up


Revision tags: cherry-xenmp-base bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231
# 1.4 19-Dec-2009 christos

Avoid using ${NETBSDSRCDIR} by using ${.PARSEDIR} like I did for amd64/i386


# 1.3 15-Dec-2009 mrg

fix the previous: default the target depending the MACHINE_ARCH.


# 1.2 14-Dec-2009 uebayasi

Use GNU linker emul names which really exist.

XXX Assume big endian for now. Better than build failure.


Revision tags: matt-premerge-20091211
# 1.1 13-Dec-2009 mrg

branches: 1.1.2;
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.


Revision tags: pgoyette-localcount-20161104
# 1.14 07-Oct-2016 christos

set LIBC_MACHINE_ARCH otherwise we don't get 'double' intrinsics.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.13 24-Jun-2015 matt

branches: 1.13.2;
Support building the xorg X11 libraries under MKCOMPAT.
Add XORG_MACHINE_ARCH to compat's bsd.*.mk
Turn xorg makekeys and makestrs into real host tools which are installed into
${TOOLSDIR}


# 1.12 21-Jun-2015 matt

Reduce the amount that's include protected.


# 1.11 19-Jun-2015 matt

Prevent multi inclusion


Revision tags: netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base tls-maxphys-base
# 1.10 14-Feb-2013 matt

Define LIBGCC_MACHINE_ARCH so correct files are used o32 libgcc.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE yamt-pagecache-tag8 netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 yamt-pagecache-base8 netbsd-6-0-1-RELEASE yamt-pagecache-base7 matt-nb6-plus-nbase yamt-pagecache-base6 netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.9 23-Sep-2011 mrg

branches: 1.9.2; 1.9.8;
build compat versions of libgomp for everything except mips N64 (for now.)


# 1.8 20-Jul-2011 mrg

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.


# 1.7 09-Jul-2011 mrg

make mips64 builds of gmp and mpfr work including compat libs.


# 1.6 03-Jul-2011 mrg

the gmp/mpfr subdirs are mipsel/mipseb.


# 1.5 30-Jun-2011 mrg

- add support for src/compat builds
- use .include not .sinclude for the arch Makefile.inc file
- clean up


Revision tags: cherry-xenmp-base bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231
# 1.4 18-Dec-2009 christos

Avoid using ${NETBSDSRCDIR} by using ${.PARSEDIR} like I did for amd64/i386


# 1.3 14-Dec-2009 mrg

fix the previous: default the target depending the MACHINE_ARCH.


# 1.2 14-Dec-2009 uebayasi

Use GNU linker emul names which really exist.

XXX Assume big endian for now. Better than build failure.


Revision tags: matt-premerge-20091211
# 1.1 13-Dec-2009 mrg

branches: 1.1.2;
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.


# 1.13 24-Jun-2015 matt

Support building the xorg X11 libraries under MKCOMPAT.
Add XORG_MACHINE_ARCH to compat's bsd.*.mk
Turn xorg makekeys and makestrs into real host tools which are installed into
${TOOLSDIR}


# 1.12 21-Jun-2015 matt

Reduce the amount that's include protected.


# 1.11 19-Jun-2015 matt

Prevent multi inclusion


# 1.10 14-Feb-2013 matt

Define LIBGCC_MACHINE_ARCH so correct files are used o32 libgcc.


# 1.9 23-Sep-2011 mrg

branches: 1.9.2; 1.9.8;
build compat versions of libgomp for everything except mips N64 (for now.)


# 1.8 20-Jul-2011 mrg

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.


# 1.7 09-Jul-2011 mrg

make mips64 builds of gmp and mpfr work including compat libs.


# 1.6 04-Jul-2011 mrg

the gmp/mpfr subdirs are mipsel/mipseb.


# 1.5 30-Jun-2011 mrg

- add support for src/compat builds
- use .include not .sinclude for the arch Makefile.inc file
- clean up


# 1.4 18-Dec-2009 christos

Avoid using ${NETBSDSRCDIR} by using ${.PARSEDIR} like I did for amd64/i386


# 1.3 14-Dec-2009 mrg

fix the previous: default the target depending the MACHINE_ARCH.


# 1.2 14-Dec-2009 uebayasi

Use GNU linker emul names which really exist.

XXX Assume big endian for now. Better than build failure.


# 1.1 13-Dec-2009 mrg

branches: 1.1.2;
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.


# 1.1.2.2 13-Dec-2009 mrg

merge the new src/compat build into the place it was actually born.
this replaces the old src/compat with a method that re-traverses the
library directories with a different set of flags, and is capable of
building more than one compat ABI.


# 1.1.2.1 13-Dec-2009 mrg

file bsd.o32.mk was added on branch matt-nb5-mips64 on 2009-12-14 06:21:11 +0000


# 1.9.8.1 24-Feb-2013 tls

resync with head


# 1.9.2.1 22-May-2014 yamt

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")