qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 8032339c59da9eb162fa735ed3c99c10dc0f8ce0
parent 6ed62fe94531f2e56c58d1d7891e099de0a26663
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Mon,  5 Dec 2016 02:50:08 -0500

disable pie (default on some os)

Diffstat:
Mtools/unit.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/unit.sh b/tools/unit.sh @@ -59,7 +59,7 @@ once() { LNK="$ASM" fi - if ! cc -g -o $BIN $LNK + if ! cc -no-pie -g -o $BIN $LNK then echo "[cc fail]" return 1