summaryrefslogtreecommitdiffstats
path: root/usr.bin/getconf
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2005-02-18 21:53:05 +0000
committerwollman <wollman@FreeBSD.org>2005-02-18 21:53:05 +0000
commitb7a765f1f732173dda7968dc310dc820b99afe67 (patch)
treee479dc930dc73b631c2a8dd008cc55c112d7a912 /usr.bin/getconf
parent88bf7ca80c28d28342782bf6df46ff703611009e (diff)
downloadFreeBSD-src-b7a765f1f732173dda7968dc310dc820b99afe67.zip
FreeBSD-src-b7a765f1f732173dda7968dc310dc820b99afe67.tar.gz
Support correct programming environment name for amd64.
MFC after: 3 days
Diffstat (limited to 'usr.bin/getconf')
-rw-r--r--usr.bin/getconf/progenv.gperf2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud