NetBSD: arm64 requires at least gcc 4.1 to work
This commit is contained in:
parent
ba61c7bb37
commit
63e29113ab
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
#elif defined __NetBSD__
|
||||
//#define __NetBSD__ 1
|
||||
#define __GNUC__ 4
|
||||
#define __GNUC_MINOR__ 0
|
||||
#define __GNUC_MINOR__ 1
|
||||
#define __GNUC_PATCHLEVEL__ 0
|
||||
#define _Pragma(x)
|
||||
#define __ELF__ 1
|
||||
|
|
Loading…
Add table
Reference in a new issue