mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
yay, support freebsd
This commit is contained in:
parent
7b3f0f8424
commit
7d37d0a7a4
7
Makefile
7
Makefile
@ -25,9 +25,10 @@ $(OBJ): all.h
|
|||||||
obj/main.o: config.h
|
obj/main.o: config.h
|
||||||
|
|
||||||
config.h:
|
config.h:
|
||||||
@case `uname` in \
|
@case `uname` in \
|
||||||
*Darwin*) echo "#define Defaultasm Gasmacho" ;; \
|
*Darwin*) echo "#define Defaultasm Gasmacho" ;; \
|
||||||
*Linux*) echo "#define Defaultasm Gaself" ;; \
|
*Linux*) echo "#define Defaultasm Gaself" ;; \
|
||||||
|
*FreeBSD*) echo "#define Defaultasm Gaself" ;; \
|
||||||
esac > $@
|
esac > $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user