From 456f9a140f8a4ec36470b9e1c86b4cf03ddc9bc9 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Fri, 18 Feb 2005 21:53:05 +0000 Subject: [PATCH] Support correct programming environment name for amd64. MFC after: 3 days --- usr.bin/getconf/progenv.gperf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/getconf/progenv.gperf b/usr.bin/getconf/progenv.gperf index cfbde6610cd..40ce16a1606 100644 --- a/usr.bin/getconf/progenv.gperf +++ b/usr.bin/getconf/progenv.gperf @@ -30,7 +30,7 @@ static const struct map *in_word_set(const char *str); * be updated. (We cheat here and define the supported environments * statically.) */ -#if defined(__alpha__) || defined(__sparc64__) +#if defined(__alpha__) || defined(__sparc64__) || defined(__amd64__) #define have_LP64_OFF64 NULL #endif