diff options
author | Mike Eberdt <libreme@comcast.net> | 2011-07-12 09:07:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-12 09:08:37 +0100 |
commit | a92491e3ca4b2e82b005c95ff8c491cd68df1424 (patch) | |
tree | 10eba17e876e3bd26d8603c6f2554a29a1f5d47a | |
parent | 320ae8858cbbd9a0cde9c305813fb5cf497c3af7 (diff) |
accept x86_64 for FreeBSD as well
-rwxr-xr-x | set_soenv.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in index b632ee919..9a185df6a 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -323,7 +323,7 @@ elsif ( $platform =~ m/freebsd/ ) $OS = "FREEBSD"; $PATH_SEPERATOR = $ps; $OSVERSION = '@OSVERSION@'; - if ($platform =~ m/^amd64/) + if ($platform =~ m/^(amd64|x86_64)/) { my ( $JAVA_OS ); print "Setting FreeBSD AMD64 specific values... "; $outfile = "FreeBSDAMDEnv.Set.sh"; |