diff options
author | Pedro Giffuni <pfg@apache.org> | 2017-01-03 04:34:47 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2017-01-03 04:34:47 +0000 |
commit | 8a4dc45800838a68846baed884d8f1b30e97e8e1 (patch) | |
tree | 75764d7167b4b140cc7f0ef526f8c63941c0d6ab /set_soenv.in | |
parent | 22fb71aa19b275df69f15a3b96f2611856bc0300 (diff) |
Update the FreeBSD PPC path, it was still using the linux path.
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'set_soenv.in')
-rw-r--r-- | set_soenv.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in index bed21414adfb..5cf8b929d845 100644 --- a/set_soenv.in +++ b/set_soenv.in @@ -425,7 +425,7 @@ elsif ( $platform =~ m/freebsd/ ) else { print "Setting FreeBSD PPC specific values... "; $outfile = "FreeBSDPPCEnv.Set"; - $OUTPATH = "unxlngppc"; + $OUTPATH = "unxfbsdppc"; $CPUNAME = "POWERPC"; if ( $JDK eq "gcj" ) { |