aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorChristopher Celio <celio@eecs.berkeley.edu>2013-07-01 16:08:20 -0700
committerChristopher Celio <celio@eecs.berkeley.edu>2013-07-01 16:08:20 -0700
commit0bdb8c84092bf7c5eb4c981c620997a5893bfb70 (patch)
tree626fcccb06a3752a75af5e012c43242eab811ea4 /configure
parent4a8de9ed7285bb497bc236aec9319bc639b9f114 (diff)
downloadriscv-pk-0bdb8c84092bf7c5eb4c981c620997a5893bfb70.zip
riscv-pk-0bdb8c84092bf7c5eb4c981c620997a5893bfb70.tar.gz
riscv-pk-0bdb8c84092bf7c5eb4c981c620997a5893bfb70.tar.bz2
Fixed -lgcc bug in configure.ac (needed for -m32)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
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"