diff --git a/.gitignore b/.gitignore index 40a4e4d..5458a32 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # Editor backups and recovery files *~ \#*# +.DS_Store # build directories *.386-x/** *.386/** @@ -12,7 +13,9 @@ *.x86_64/** *.armv7l-x/** *.armv7l/** +*.aarch64-x/** +*.aarch64/** init.386/** # core files core -*.core \ No newline at end of file +*.core diff --git a/bin/makefile-darwin.aarch64-x b/bin/makefile-darwin.aarch64-x index b0a097a..dfe3208 100644 --- a/bin/makefile-darwin.aarch64-x +++ b/bin/makefile-darwin.aarch64-x @@ -14,7 +14,7 @@ XFILES = $(OBJECTDIR)xmkicon.o \ $(OBJECTDIR)xwinman.o -XFLAGS = -I/opt/X11/include -DXWINDOW -DNOPIXRECT +XFLAGS = -I/opt/local/include -DXWINDOW -DNOPIXRECT # OPTFLAGS is normally -O2. OPTFLAGS = -O1 -g @@ -25,8 +25,8 @@ DFLAGS = $(DEBUGFLAGS) -DNEW_STORAGE -DMACOSX -DOLD_CURSOR \ -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \ -DRELEASE=351 -LDFLAGS = -L/opt/X11/lib -lX11 -lm -LDELDFLAGS = -L/opt/X11/lib -lX11 -lm +LDFLAGS = -L/opt/local/lib -lX11 -lm +LDELDFLAGS = -L/opt/local/lib -lX11 -lm INLINE = # $(SRCDIR)dspSPARC.il BITBLTFILE = # $(OBJECTDIR)bbtSPARC.o