From 0bdb8c84092bf7c5eb4c981c620997a5893bfb70 Mon Sep 17 00:00:00 2001 From: Christopher Celio Date: Mon, 1 Jul 2013 16:08:20 -0700 Subject: Fixed -lgcc bug in configure.ac (needed for -m32) --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 67569a0..fb55187 100755 --- a/configure +++ b/configure @@ -3953,9 +3953,7 @@ fi CFLAGS="-Wall -Os -std=gnu99 -Wno-unused" -LIBS="-lgcc" - -LIBS="-lc" +LIBS="-lc -lgcc" -- cgit v1.1