From 0e75fc383becccd113416677b7e26e0caf21e28b Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 21 Mar 2026 17:55:01 +0100 Subject: Rework handling of predefined macros. And add some GCC predefs like __SIZE_TYPE__, __LONG_SIZE__, etc --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3