diff options
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" ;; |