summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/amd64
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-02-27 17:36:11 +0000
committerderaadt <deraadt@openbsd.org>2004-02-27 17:36:11 +0000
commit77fd8a68cd3e1b2ccac42e4788b2531b079f8a1a (patch)
tree3733a42dd7c7f2341b32c1aa766af8317c301adf /lib/libc/arch/amd64
parentJVC MP-XP7250 Builtin USB WLAN (diff)
downloadwireguard-openbsd-77fd8a68cd3e1b2ccac42e4788b2531b079f8a1a.tar.xz
wireguard-openbsd-77fd8a68cd3e1b2ccac42e4788b2531b079f8a1a.zip
change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now.
Diffstat (limited to 'lib/libc/arch/amd64')
-rw-r--r--lib/libc/arch/amd64/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/amd64/Makefile.inc b/lib/libc/arch/amd64/Makefile.inc
index 53949f1c6bc..c6e08b41c00 100644
--- a/lib/libc/arch/amd64/Makefile.inc
+++ b/lib/libc/arch/amd64/Makefile.inc
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile.inc,v 1.1 2004/01/28 01:44:44 mickey Exp $
+# $OpenBSD: Makefile.inc,v 1.2 2004/02/27 17:36:14 deraadt Exp $
-KMINCLUDES= arch/x86_64/SYS.h
+KMINCLUDES= arch/amd64/SYS.h
KMSRCS= bcmp.S bzero.S ffs.S strcat.S strcmp.S strcpy.S strlen.S \
htonl.S htons.S ntohl.S ntohs.S