aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 1008e24..be7a95b 100755
--- a/configure
+++ b/configure
@@ -151,6 +151,9 @@ static const char *const preprocesscmd[] = {
"-D", "__STDC_NO_VLA__",
"-U", "__SIZEOF_INT128__",
+ /* we don't generate position-independent code */
+ "-U", "__PIC__",
+
/* ignore attributes and extension markers */
"-D", "__attribute__(x)=",
"-D", "__extension__=",