mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
unscrew freebsd tests
This commit is contained in:
parent
669d8086ae
commit
1883ab1e01
@ -41,6 +41,9 @@ init() {
|
||||
*OpenBSD*)
|
||||
cc="cc -nopie"
|
||||
;;
|
||||
*FreeBSD*)
|
||||
cc="cc"
|
||||
;;
|
||||
*)
|
||||
cc="cc -no-pie"
|
||||
;;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user