diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2017-04-11 17:38:37 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2017-04-11 17:42:51 -0400 |
commit | 1883ab1e01e8078ce2e6206482ec50e446fdce34 (patch) | |
tree | 97c6858f936a2f4606b35e8fc5953ea311c4ab8b /tools | |
parent | 669d8086ae0cd939f8016ad495389a19f6ba8c8f (diff) | |
download | roux-1883ab1e01e8078ce2e6206482ec50e446fdce34.tar.gz |
unscrew freebsd tests
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/test.sh | 3 |
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" ;; |