The "configure" script should now be able to detect the Haiku platform as well.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14104 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -100,19 +100,15 @@ if [ -n "$floppy" ]; then
|
|||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# BeOS
|
# platform specific GCC settings
|
||||||
if [ "${platform}" = "BeOS" ] ; then
|
case "$platform" in
|
||||||
standard_gcc_settings
|
BeOS | Haiku | Linux)
|
||||||
|
standard_gcc_settings ;;
|
||||||
# Linux
|
*)
|
||||||
else if [ "${platform}" = "Linux" ] ; then
|
|
||||||
standard_gcc_settings
|
|
||||||
|
|
||||||
# Unknown platform
|
# Unknown platform
|
||||||
else
|
|
||||||
echo Unsupported platform: ${platform}
|
echo Unsupported platform: ${platform}
|
||||||
exit 1
|
exit 1 ;;
|
||||||
fi; fi
|
esac
|
||||||
|
|
||||||
# Generate BuildConfig
|
# Generate BuildConfig
|
||||||
cat << EOF > build/BuildConfig
|
cat << EOF > build/BuildConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user