mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-29 06:10:09 +08:00
NetBSD: arm64 requires at least gcc 4.1 to work
This commit is contained in:
parent
ba61c7bb37
commit
63e29113ab
@ -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…
Reference in New Issue
Block a user