Do not give an error for __attribute__((weak)) on systems that do not support it.
From-SVN: r9411
This commit is contained in:
parent
3d6f7931f9
commit
7b83cfef6d
@ -3973,9 +3973,6 @@ declare_weak (decl)
|
||||
handle_pragma_weak (ps_name,
|
||||
IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)),
|
||||
NULL_PTR);
|
||||
|
||||
#else
|
||||
error ("weak declarations are not supported in this configuration");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user