summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-11 03:07:32 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-11 03:07:32 +0200
commit858423e99c0f348562dd9147bc07b9e353365585 (patch)
tree73565ca39a3b28721f12b978ab397db108fef53b /set_soenv.in
parentf92b52d1bbdc59b450d3024f94de3250d353661d (diff)
CALL_CDECL is always TRUE
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 44528dccb857..9671c6c9a9f0 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -45,8 +45,7 @@ my ( $oldoutfile, $outfile, $bootfile, $newline, $comment,
#-------------------------------------------------
#
# Platform independent constant values.
-my ( $CALL_CDECL,
- $SOLAR_JAVA,
+my ( $SOLAR_JAVA,
$UPDATER, $VCL,
$CC, $CXX);
#
@@ -165,7 +164,6 @@ chomp( $oldPATH ); # cut off new line
#
# Setting platform independent constant values.
# NB: Language options now set at 'ToFile' stage.
-$CALL_CDECL = "TRUE";
$SOLAR_JAVA = "@SOLAR_JAVA@";
$UPDATER = "YES";
$VCL = "TRUE";
@@ -1432,7 +1430,6 @@ ToFile( "OOODMAKEMODE", "YES", "e" );
ToFile( "PRODUCTVERSION", "@PRODUCTVERSION@", "e" );
ToFile( "WITH_POOR_HELP_LOCALIZATIONS", $WITH_POOR_HELP_LOCALIZATIONS, "e" );
-ToFile( "CALL_CDECL", $CALL_CDECL, "e" );
ToFile( "UPDATER", $UPDATER, "e" );
ToFile( "VCL", $VCL, "e" );
if ("@ENABLE_DEBUG@" eq "TRUE") {