diff options
author | sevan <sevan@pkgsrc.org> | 2015-11-07 20:00:19 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2015-11-07 20:00:19 +0000 |
commit | e62a86d6b3f6e48bb8fccd3006bb23bfce08206f (patch) | |
tree | 3868c2d3a40a4bb56db7190c75840fe8fc9693d8 /mk | |
parent | 9f3618e1cfefecf0b0414621b169b244c31d8e01 (diff) | |
download | pkgsrc-e62a86d6b3f6e48bb8fccd3006bb23bfce08206f.tar.gz |
With OpenBSD/amd64 & Bitrig/amd64 switched to using MACHINE_ARCH=x86_64,
amd64 no longer needs to be accounted for specifically.
Remove redundant references.
Reviewed by wiz@
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.prefs.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 82a44c781eb..a20e48f7de7 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.372 2015/11/07 19:53:49 sevan Exp $ +# $NetBSD: bsd.prefs.mk,v 1.373 2015/11/07 20:00:19 sevan Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -840,13 +840,13 @@ _SYS_VARS.dirs= WRKDIR DESTDIR PKG_SYSCONFBASEDIR # List of 64bit operating systems with sizeof(int) != sizeof(void *). # This can be used with BROKEN_ON_PLATFORM for software that is not -# 64bit clean. The "amd64" case is for OpenBSD. +# 64bit clean. # # Keywords: BROKEN_ON_PLATFORM 64bit # LP64PLATFORMS= *-*-aarch64 *-*-aarch64eb *-*-alpha *-*-ia64 \ *-*-mips64eb *-*-mips64el *-*-powerpc64 *-*-riscv64 \ - *-*-sparc64 *-*-x86_64 *-*-amd64 + *-*-sparc64 *-*-x86_64 # Lists of big-endian and little-endian platforms, to be used with # BROKEN_ON_PLATFORM. @@ -856,7 +856,7 @@ LP64PLATFORMS= *-*-aarch64 *-*-aarch64eb *-*-alpha *-*-ia64 \ _BIGENDIANCPUS= coldfire hppa m68000 m68k mips64eb mipseb or1k \ powerpc powerpc64 sh3eb sparc sparc64 _LITTLEENDIANCPUS= alpha i386 ia64 mips64el mipsel riscv32 riscv64 \ - sh3el vax x86_64 amd64 + sh3el vax x86_64 # piles of ARM variants _ARMCPUS+= arm earm earmhf earmv4 earmv5 earmv6 earmv6hf |