Fix GCH/PCH test case

This commit is contained in:
Thomas Pöchtrager 2015-08-29 12:47:40 +02:00
parent bf6dc769d1
commit 8d6d9e9444

View File

@ -348,11 +348,14 @@ eval $(osxcross-conf)
[ "$status" -eq 0 ]
[[ "${lines[0]}" != *\ -l* ]]
[[ "${lines[0]}" != *\ -Wl,* ]]
[[ "${lines[0]}" != *\ *.a ]]
[[ "${lines[0]}" != *\ *.a* ]]
}
gch o64-clang -x c-header
if [ $GCC_INSTALLED -eq 1 ]; then
gch o64-clang++-gstdc++ -xc++-header
fi
if [ $GCC_INSTALLED -eq 1 ]; then
gch o64-g++ -xc++-header