aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2017-04-11 17:38:37 -0400
committerQuentin Carbonneaux <[email protected]>2017-04-11 17:42:51 -0400
commit1883ab1e01e8078ce2e6206482ec50e446fdce34 (patch)
tree97c6858f936a2f4606b35e8fc5953ea311c4ab8b /tools
parent669d8086ae0cd939f8016ad495389a19f6ba8c8f (diff)
unscrew freebsd tests
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/test.sh b/tools/test.sh
index 666b573..384d585 100755
--- a/tools/test.sh
+++ b/tools/test.sh
@@ -41,6 +41,9 @@ init() {
*OpenBSD*)
cc="cc -nopie"
;;
+ *FreeBSD*)
+ cc="cc"
+ ;;
*)
cc="cc -no-pie"
;;