Skip to content

Commit f081c3e

Browse files
committed
add darwin arm64 makefiles
1 parent af5f407 commit f081c3e

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

make/make.darwin.arm64.gnu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

make/make.darwin.arm64.gnu.dbg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# note that the local make file is a dummy and is eventually the union of
2+
# following sub make files
3+
4+
include make/make.$(OSTYPE).$(COMP)
5+
include make/make.$(OSTYPE).$(COMP).$(OPT)
6+
include make/make.$(OSTYPE).$(ARCH).$(COMP)

make/make.darwin.arm64.gnu.opt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# note that the local make file is a dummy and is eventually the union of
2+
# following sub make files
3+
4+
include make/make.$(OSTYPE).$(COMP)
5+
include make/make.$(OSTYPE).$(COMP).$(OPT)
6+
include make/make.$(OSTYPE).$(ARCH).$(COMP)

0 commit comments

Comments
 (0)