mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 23:43:35 +00:00
Reapply rev 1.37 (hide the __attribute__ gcc keyword) into RELENG_4 even
though it was backed out. With out this change the TenDRA compiler is not bootstrapable.
This commit is contained in:
parent
cb46a4618b
commit
f4b7af33ef
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87264
@ -113,6 +113,7 @@
|
||||
* in a different (wrong) way).
|
||||
*/
|
||||
#if __GNUC__ < 2 || __GNUC__ == 2 && __GNUC_MINOR__ < 5
|
||||
#define __attribute__(x)
|
||||
#define __dead2
|
||||
#define __pure2
|
||||
#define __unused
|
||||
|
Loading…
Reference in New Issue
Block a user