default to gnu gas format
This commit is contained in:
parent
865964706f
commit
f2f9e156ca
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -27,8 +27,7 @@ obj/main.o: config.h
|
|||
config.h:
|
||||
@case `uname` in \
|
||||
*Darwin*) echo "#define Defaultasm Gasmacho" ;; \
|
||||
*Linux*) echo "#define Defaultasm Gaself" ;; \
|
||||
*FreeBSD*) echo "#define Defaultasm Gaself" ;; \
|
||||
*) echo "#define Defaultasm Gaself" ;; \
|
||||
esac > $@
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Reference in a new issue