aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-21 17:55:01 +0100
committerlemon <lsof@mailbox.org>2026-03-21 17:55:01 +0100
commit0e75fc383becccd113416677b7e26e0caf21e28b (patch)
tree356cf6c271ea8e0b2ca0211ac0c9efe776cc2118 /configure
parent8b846d0245744f4eefc32f3c98b6359a3d21e659 (diff)
Rework handling of predefined macros.
And add some GCC predefs like __SIZE_TYPE__, __LONG_SIZE__, etc
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index e8c15cb..2e23896 100755
--- a/configure
+++ b/configure
@@ -94,9 +94,7 @@ case "$host" in
ldendfiles_pie='"-lc", "-l:crtendS.o", "-l:crtn.o"'
findgcclibdir
linkflags='"-L", "'$GCCLIBDIR'",'
- host_predefs='
- "__SIZE_TYPE__=unsigned long int", /* work around https://sourceware.org/bugzilla/show_bug.cgi?id=33969 */
- '
+ host_predefs=''
;;
*-linux-*musl*)
host_os=linux