summaryrefslogtreecommitdiff
path: root/mk/gnu-config
AgeCommit message (Collapse)AuthorFilesLines
2022-09-02Add mipsn64{eb,el} - the full 64bit userland variants of NetBSD 64 bitmartin1-0/+2
mips setups (that otherwise use 32bit userland)
2022-03-03match/pass mipsn64e[lb].mrg1-0/+1
2021-09-12mk: config.{guess,sub}: sync w/ upstreamtnn2-881/+1211
- Needed for proper aarch64-apple-darwin* detection - Upstream accepted NetBSD aarch64eb patch - Manually merged config.guess revision 1.22 on top of the upstream version for NetBSD/evbarm fixes (currently the only local change we have) Tested on: NetBSD x86_64, earmv7hf and aarch64 macOS aarch64
2021-01-03Revert mk/gnu-config/missingjs1-148/+263
This broke various things. Also remove the comment in devel/autoconf/Makefile that says to update it, so that the next person does not fall into the same pitfall again.
2021-01-02Update devel/autoconf to 2.70js1-263/+148
2.70 deprecates a lot of stuff, so expect more warnings, but generally things seem to work fine, so updating to 2.70 shouldn't break much. Also update mk/gnu-config/*, as per the comment in devel/autoconf/Makefile. mk/gnu-config/missing is not actually part of autoconf, but of automake, which I did not update - however, the file was quite out of date, so I took the liberty to update that one with the latest automake. The change log is too long to include in this commit, given how many years there were between 2.69 and 2.70. Check the file ChangeLog after `make extract`.
2020-10-20Add NetBSD/aarch64eb support.rin1-0/+1
Patch provided by ryo@. No objections when proposed on tech-pkg@.
2019-11-13PR pkg/54686: try to handle NetBSD/arm without architecture version the samemartin1-3/+5
as {e,}armv4 or {e,}armv6 / {e,}armv7. We do not add an explicit version to our current default (v5).
2019-01-04Update to the latest upstream config.sub.maya1-7/+10
No modifications are needed any more, upstream wanted to recognise netbsd/sh3el differently. Now upstream recognises even more GPUs, too.
2019-01-04Merge in newer GNU config files.maya2-31/+51
- Locally patch in netbsd/superh, not yet accepted upstream. - upstream did netbsd/mips64eb fix differently. Other changes that might be notable to us: - different compiler-based way of identifying 32bit vs. 64bit for solaris/x86 - different compiler-based way of identifying solaris/sparc 64bit, that supposedly works for both sun cc and GCC.
2019-01-02Revert accidental change.maya1-1/+1
2019-01-02Really mirror GCC now, including the wildcard.maya1-2/+2
Thanks joerg for the heads up PR pkg/53825
2019-01-02Match 32-bit SuperH CPUs in the same way that GCC does.maya1-2/+1
PR pkg/53825
2018-12-26Fix support for NetBSD mips64 targets.jklos1-0/+3
2018-09-16Sync with upstream, among the various changes is the update to the MINIX entry.sevan2-1557/+1522
2017-12-03Revert gnu-config/missing, new version loops.joerg1-147/+262
2017-12-01Sync with upstreamsevan3-335/+241
2017-01-31Sync with upstreamsevan2-77/+119
2015-06-03Sync with upstreamsevan2-5/+11
Reviewed by wiz@
2015-02-23Update config.guess and config.sub from GNU config.git on Savannah.riastradh2-283/+216
Requested by joerg. Noteworthy change: support for NetBSD/earm with -eabi(hf) suffix in MACHINE_GNU_PLATFORM, properly fixing PR 48126. XXX Maybe we should put these files on a vendor branch to make merging updates with local changes easier.
2015-02-14Accommodate an -eabi{,hf} suffix in GNU config.sub.riastradh1-1/+1
XXX Send this upstream... This, together with other commits to MACHINE_GNU_PLATFORM issues, should fix PR pkg/48126, at long last.
2013-10-13Remove config.rpath override file and related code.wiz1-523/+0
This file is from libtool-1.x, which is not in pkgsrc any longer (using libtool-2.x since 2009). Also, it was only used for packages using autoconf-2.13 AND libtool; I found three packages in pkgsrc with that combination, and all of them still build on NetBSD-6.99.24/amd64 after this change.
2013-09-30Update to versions from autoconf-2.69.wiz3-298/+357
2010-01-23Sync config.guess and config.sub with upstream.joerg2-144/+107
2009-12-13treat interix>3 same as interix3.obache1-3/+3
2009-05-18Update to versions from April 2009 fromwiz2-10/+51
http://git.savannah.gnu.org/gitweb/?p=config.git
2009-03-05Initial definitions for FreeMiNT - also needs patches to pkgtoolsabs1-1/+1
2008-10-19Update to latest config.guess (2008-09-28) and config.sub (2008-09-08)schmonz2-32/+100
from Savannah git. Changes are minor; at a glance, the most interesting bits are improved support for Solaris Xen and AIX 6. Approved by: groo
2007-05-28Remove trailing spaces.martti1-1/+1
2007-03-12Sync authoritive instance of config.guess and config.sub with thejoerg2-19/+31
upstream versions.
2006-10-29Update to version 2006-05-10.23 from automake-1.10.wiz1-85/+116
2006-10-29Merge 2006-09-20 (local changes: only sh5 support).wiz1-58/+125
2006-10-29Merge 2006-07-02 (local changes: only sh5 support).wiz1-296/+337
2005-01-14Add $NetBSD$.tv1-0/+3
2005-01-14Add override for uncommon "config.rpath" GNU config snippet. Use platformtv1-0/+520
file to indicate that override logic should be turned on. (AFAICT, only Interix is afflicted at the moment.)
2004-08-14Update to 2004-03-12, maintaining our local additions for sh5.schmonz1-14/+59
2004-08-14Update to 2004-06-11, maintaining our local additions for sh5.schmonz1-11/+63
2004-02-20Symlink the libtool-1.4.m4 file into any directory in which there's ajlam1-0/+854
configure script under ${WRKSRC}. The symlink is called "libtool.m4", which is the name expected by the autoconf tools. The symlinking is only done if ${AUTOCONF_REQD} == 2.13 and USE_LIBTOOL is defined. This allows autoconf-2.13, autoreconf-2.13 and aclocal-2.13 to use the older libtool.m4 file when regenerating files. This is okay, because we later override the generated libtool file anyway. This fixes problems when libtool-1.5.x is installed and a package tries to invoke autoconf-2.13 programs at pre-configure time, e.g., gnome-games, xpuyopuyo, faad2, libwww, etc. These packages no longer need to be worked around by bumping AUTOCONF_REQD to 2.50.
2003-07-11Sync config.guess and config.sub to the latest.chris2-136/+211
Still have local diffs for sh5, so I'm not sure if sh5 still works (I've reapplied the patches).
2002-11-24Update config.sub and guess to the latest version, 2002-11-13.chris2-50/+75
Note we vary only be a couple of lines for sh5le.
2002-11-21"Import" the "missing" script from GNU automake 1.7.jlam1-0/+339
2002-10-31Fix an oversight noticed by the eagle eyes of Nick Hudson - thanks, Nick!agc1-2/+2
2002-10-31Diffs to support the Wasabi port of the SuperH 5 evaluation boardagc2-3/+7
(sh5el), from Steve Woodford
2002-08-22Merge pkgsrc/mk from the buildlink2 branch back into the main trunk.jlam2-2/+2
2002-07-16Add RCS Id.schmonz2-0/+6
2002-07-16"Import" the latest config.guess and config.sub fromschmonz2-0/+2811
${MASTER_SITE_GNU:=config/} : GNU config.guess (2002-07-09) GNU config.sub (2002-07-03)