* fixed my own stupid bug that did not reliably check for the legacy compiler
version git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19306 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -139,7 +139,7 @@ standard_gcc_settings()
|
|||||||
haikuSharedLibSupCxx=
|
haikuSharedLibSupCxx=
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
2.95*)
|
2.9*)
|
||||||
# check for correct (most up-to-date) legacy compiler and complain
|
# check for correct (most up-to-date) legacy compiler and complain
|
||||||
# if an older one is installed
|
# if an older one is installed
|
||||||
if [ $haikuGCCVersion != $haikuRequiredLegacyGCCVersion ]; then
|
if [ $haikuGCCVersion != $haikuRequiredLegacyGCCVersion ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user