diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-12-18 17:56:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-12-18 18:03:49 +0100 |
commit | 1bffa142c530b638e245e1aca58a27414d65e927 (patch) | |
tree | 6b6be62ed9c7d4bd4709a026f754f59e9c5ab3aa /bin | |
parent | 6e06bd6cb5199b5164975eff97dd22b0a69829e5 (diff) |
fdo#72598: odk: remove SunStudio support
No idea if the GCC stuff that's in there actually works.
Change-Id: Idd1b93edd88609f3c09d14134d00a15fa9c0b0b7
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/distro-install-sdk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/distro-install-sdk b/bin/distro-install-sdk index 33554e8e76bd..4bc4edf21d8a 100755 --- a/bin/distro-install-sdk +++ b/bin/distro-install-sdk @@ -74,7 +74,6 @@ if test -d $DESTDIR$INSTALLDIR/sdk ; then -e "s,@OO_SDK_CPP_HOME@,/usr/bin," \ -e "s,@OO_SDK_SED_HOME@,/usr/bin," \ -e "s,@OO_SDK_CAT_HOME@,/usr/bin," \ - -e "s,@OO_SDK_CC_55_OR_HIGHER@,," \ -e "s,@OO_SDK_JAVA_HOME@,$JAVA_HOME," \ -e "s,@OO_SDK_OUTPUT_DIR@,\$HOME," \ -e "s,@SDK_AUTO_DEPLOYMENT@,NO," \ |