Revert previous two changes. clang/MacOS problem can only be solved within dejagnu.
This commit is contained in:
@@ -220,9 +220,7 @@ proc libffi_target_compile { source dest type options } {
|
||||
|
||||
# this may be required for g++, but just confused clang.
|
||||
if { [string match "*.cc" $source] } {
|
||||
if { [string match $compiler_vendor "gnu"] } {
|
||||
lappend options "c++"
|
||||
}
|
||||
lappend options "c++"
|
||||
}
|
||||
|
||||
if { [string match "arc*-*-linux*" $target_triplet] } {
|
||||
|
||||
Reference in New Issue
Block a user