Fix default config.h for arm64
This commit is contained in:
parent
ff4e5aab2c
commit
636568dcba
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -44,7 +44,7 @@ config.h:
|
|||
echo "#define Defasm Gaself"; \
|
||||
case `uname -m` in \
|
||||
*aarch64*) \
|
||||
echo "$define Deftgt T_arm64"; \
|
||||
echo "#define Deftgt T_arm64"; \
|
||||
;; \
|
||||
*) \
|
||||
echo "#define Deftgt T_amd64_sysv";\
|
||||
|
|
Loading…
Add table
Reference in a new issue