From b7a765f1f732173dda7968dc310dc820b99afe67 Mon Sep 17 00:00:00 2001 From: wollman Date: Fri, 18 Feb 2005 21:53:05 +0000 Subject: Support correct programming environment name for amd64. MFC after: 3 days --- usr.bin/getconf/progenv.gperf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/getconf') diff --git a/usr.bin/getconf/progenv.gperf b/usr.bin/getconf/progenv.gperf index cfbde66..40ce16a 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 -- cgit v1.1