Commit 3811dfcd by Richard Sandiford

Fix top in last change.

From-SVN: r122984
parent 7a27dc2f
...@@ -2079,7 +2079,7 @@ proc check_effective_target_uclibc {} { ...@@ -2079,7 +2079,7 @@ proc check_effective_target_uclibc {} {
proc check_missing_uclibc_feature {feature} { proc check_missing_uclibc_feature {feature} {
return [check_no_compiler_messages $feature object " return [check_no_compiler_messages $feature object "
#include <features.h> #include <features.h>
#if !defined (__UCLIBC) || !defined (__${feature}__) #if !defined (__UCLIBC) || defined (__${feature}__)
#error FOO #error FOO
#endif #endif
"] "]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment