NetBSD: arm64 requires at least gcc 4.1 to work

This commit is contained in:
Christian Jullien 2020-12-23 20:52:25 +01:00
parent ba61c7bb37
commit 63e29113ab

View File

@ -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