Commit Graph

14 Commits

Author SHA1 Message Date
christos 9f4fca625f Good bye oabi! Tested building earmv7hf. 2021-06-07 17:11:16 +00:00
christos 3c0adb8bc4 mips64 -> o32 64
mipsn64 -> o32 n32
2021-04-25 15:18:23 +00:00
christos f55ccae981 make all lines look the same, and put one arch per line. 2019-06-13 21:17:54 +00:00
christos c51a2518ad gcc aarch64 does not have multilib 2018-07-16 00:32:59 +00:00
matt 592025efa0 Only support oabi for earm* 2015-05-27 15:35:23 +00:00
martin f839e3925f Fix broken subdir selection after arm architecture explosion 2015-05-25 12:42:26 +00:00
matt e0e6345e09 Add RISC-V support 2014-09-19 17:38:46 +00:00
matt a5887d4e99 Enable building eabihf compat libraries after fixing bsd.eabihf.mk to use
use the proper variant of arm*--netbsdelf-eabihf
2014-09-10 22:43:36 +00:00
matt 72b4106e92 Fix else if botch 2014-08-11 04:33:30 +00:00
matt 04ea670ded Add compat dirs for aarch64 2014-08-10 23:40:33 +00:00
matt 18aa205b7e Add MKCOMPAT support for powerpc64. 2014-03-07 04:16:25 +00:00
matt 520583e243 MKCOMPAT support for earm. 2013-04-27 08:44:35 +00:00
matt 4d4aee085b Initial MKCOMPAT support for ARM EABI. (doesn't quite work right) 2012-08-03 08:02:47 +00:00
mrg d752305b9d - move the per-platform subdir list into archdirs.mk
- move the per-ABI subdir list into compatsubdir.mk.  use the new
MAKEDIRTARGETENV support to force a new objdir for compat library builds,
and simply traverse over the normal src path once for each ABI to be
built.  this eliminates all the shadow Makefile's for every library, and
allows multiple compat ABIs to be built for a single platform, such as
both o32 and n64 for mips64's default n32.
- compat/Makefile is merely a subdir provider now, and takes the real
information from archdirs.mk
2009-12-13 09:27:13 +00:00