summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-09 23:16:37 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-09 23:17:34 +0300
commite59b18c6ec3c6d96caa1e6bf0f0203c39ae81a38 (patch)
tree2a1b65cead334e03f5d0c35afffd6bbab8cdd2a9 /set_soenv.in
parentf5cf4a6157c728f9281d7b0d6a14152bef5b5667 (diff)
Propagate also SYSBASE to the build environment
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in
index b40a34d1d694..890020118b5a 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1741,6 +1741,7 @@ ToFile( "SOLARINC", $SOLARINC, "e" );
ToFile( "COMP_ENV", $COMP_ENV, "e" );
ToFile( "JAVAHOME", $JAVAHOME, "e" );
ToFile( "CC", $CC, "e" );
+ToFile( "SYSBASE", "$ENV{SYSBASE}", "e" );
ToFile( "CROSS_COMPILING", "@CROSS_COMPILING@","e" );
ToFile( "AR", "@AR@", "e" );
ToFile( "DLLTOOL", "@DLLTOOL@", "e" );