diff options
author | David Tardon <dtardon@redhat.com> | 2012-01-14 10:23:57 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-01-15 20:12:01 +0100 |
commit | c475316c00056ab2c59438fb78705c2a851f292b (patch) | |
tree | 74f9703b3a32157ddf88a432eb10973004fafbdf /set_soenv.in | |
parent | f4092cb7657b0a403078d593cb612431858150ca (diff) |
simplify handling of JITC_PROCESSOR_TYPE
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/set_soenv.in b/set_soenv.in index e558debcaccd..53b388f68772 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -888,9 +888,6 @@ if ("@ENABLE_WERROR@" eq "FALSE") { ToFile( "EXTERNAL_WARNINGS_NOT_ERRORS", "TRUE", "e" ); } ToFile( "PROEXT", $PROEXT, "e" ); -if ($platform =~ m/linux/ && $platform =~ m/powerpc/) { -ToFile( "JITC_PROCESSOR_TYPE","6", "e" ); -} ToFile( "nodep", "@nodep@", "e" ); ToFile( "TARFILE_LOCATION", $TARFILE_LOCATION, "e" ); |