summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-13 20:36:31 +0300
committerTor Lillqvist <tml@iki.fi>2011-05-13 20:36:31 +0300
commit414c15bbb24537a098f1c73aaaf691eaa2c2a1ef (patch)
treec10dd41ac32553025057617cb121dbab3b472390 /set_soenv.in
parenteaf8e0939a3d8b724dec7ff48d4ada48bbfe3ebc (diff)
Argh, it's just host, not host_alias
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 408bf4be1d76..d001f5dde223 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -102,7 +102,7 @@ my ( $dmake, $build, $build_client, $nmake, $mkout, $deliver, $zipdep );
#
# $platform is needed for PathFormat()
#
-$platform = '@host_alias@';
+$platform = '@host@';
$UPD = '@UPD@'; # the project's UPD
$newline = "\n"; # Perl newline character
@@ -1756,8 +1756,8 @@ ToFile( "COMP_ENV", $COMP_ENV, "e" );
ToFile( "JAVAHOME", $JAVAHOME, "e" );
ToFile( "CC", $CC, "e" );
ToFile( "CROSS_COMPILING", "@CROSS_COMPILING@","e" );
-ToFile( "BUILD_ALIAS", "@build_alias@", "e" );
-ToFile( "HOST_ALIAS", "@host_alias@", "e" );
+ToFile( "BUILD_PLATFORM", "@build@", "e" );
+ToFile( "HOST_PLATFORM", "@host@", "e" );
ToFile( "CC_FOR_BUILD", "@CC_FOR_BUILD@", "e" );
ToFile( "CXX_FOR_BUILD", "@CXX_FOR_BUILD@", "e" );
ToFile( "HAVE_GCC_VISIBILITY_FEATURE",