mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-19 22:50:38 +08:00
Fix top in last change.
From-SVN: r122984
This commit is contained in:
parent
7a27dc2fb4
commit
3811dfcdcd
@ -2079,7 +2079,7 @@ proc check_effective_target_uclibc {} {
|
||||
proc check_missing_uclibc_feature {feature} {
|
||||
return [check_no_compiler_messages $feature object "
|
||||
#include <features.h>
|
||||
#if !defined (__UCLIBC) || !defined (__${feature}__)
|
||||
#if !defined (__UCLIBC) || defined (__${feature}__)
|
||||
#error FOO
|
||||
#endif
|
||||
"]
|
||||
|
Loading…
Reference in New Issue
Block a user