From 50a2d6ca7fb63cfabd0f8bc086abb8fcd49f0ded Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Sun, 10 May 2015 21:46:24 -0700 Subject: Fix build using glibc toolchain --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index de70ae6..8eda71a 100755 --- a/configure +++ b/configure @@ -3969,7 +3969,7 @@ fi # Default compiler flags #------------------------------------------------------------------------- -CFLAGS="-Wall -Werror -mcmodel=medany -O2 -std=gnu99 -Wno-unused -Wno-attributes -fno-delete-null-pointer-checks" +CFLAGS="-Wall -Werror -D__NO_INLINE__ -mcmodel=medany -O2 -std=gnu99 -Wno-unused -Wno-attributes -fno-delete-null-pointer-checks" LIBS="-lgcc" -- cgit v1.1