commit 1883ab1e01e8078ce2e6206482ec50e446fdce34 parent 669d8086ae0cd939f8016ad495389a19f6ba8c8f Author: Quentin Carbonneaux <quentin@c9x.me> Date: Tue, 11 Apr 2017 17:38:37 -0400 unscrew freebsd tests Diffstat:
M | tools/test.sh | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/tools/test.sh b/tools/test.sh @@ -41,6 +41,9 @@ init() { *OpenBSD*) cc="cc -nopie" ;; + *FreeBSD*) + cc="cc" + ;; *) cc="cc -no-pie" ;;