diff options
| author | Valery Ushakov <uwe@stderr.spb.ru> | 2020-12-29 20:10:33 +0300 |
|---|---|---|
| committer | Valery Ushakov <uwe@stderr.spb.ru> | 2020-12-29 20:10:33 +0300 |
| commit | e89e8a1559693b91fd201d2a0368a8561c1473b7 (patch) | |
| tree | 470c0f822788924826a62e04e5b913797af46fdf /mkfiles | |
| parent | a93f6c888f6d530420fbb54e2f7fa4572cdc5208 (diff) | |
NetBSD/arm: initial support
This is more or less mechanical merge of existing NetBSD code and
ARM-specific bits from Linux/arm files.
Diffstat (limited to 'mkfiles')
| -rw-r--r-- | mkfiles/mkfile-NetBSD-arm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/mkfiles/mkfile-NetBSD-arm b/mkfiles/mkfile-NetBSD-arm new file mode 100644 index 00000000..a022c05b --- /dev/null +++ b/mkfiles/mkfile-NetBSD-arm @@ -0,0 +1,30 @@ +TARGMODEL= Posix +TARGSHTYPE= sh +CPUS= arm + +O= o +OS= o + +AR= ar +ARFLAGS= ruvs + +AS= cc -c +ASFLAGS= + +CC= cc -c +CFLAGS= -g\ + -O\ + -fno-strict-aliasing\ + -Wno-deprecated-declarations -Wuninitialized -Wunused -Wreturn-type -Wimplicit\ + -I$ROOT/NetBSD/arm/include\ + -I$ROOT/include\ + -I/usr/X11R7/include + +ANSICPP= +LD= cc +LDFLAGS= + +SYSLIBS= + +YACC= iyacc +YFLAGS= -d |
