aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew Waterman <aswaterman@gmail.com>2019-01-15 11:31:27 -0800
committerGitHub <noreply@github.com>2019-01-15 11:31:27 -0800
commit66c13fd4a9c1c2eda51df35ddc13e095469faec7 (patch)
treeab87fa9f201640737681ea1e1b45eeed27e6c7f8 /configure
parenta02257a861a4d13f31868a27c197cfc5576101e1 (diff)
downloadriscv-pk-66c13fd4a9c1c2eda51df35ddc13e095469faec7.zip
riscv-pk-66c13fd4a9c1c2eda51df35ddc13e095469faec7.tar.gz
riscv-pk-66c13fd4a9c1c2eda51df35ddc13e095469faec7.tar.bz2
Revert "Don't require a RISC-V libc and crt when configuring (#132)" (#140)
This reverts commit a02257a861a4d13f31868a27c197cfc5576101e1.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 9f5a31b..b001ba3 100755
--- a/configure
+++ b/configure
@@ -2043,7 +2043,6 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
# Checks for programs
#-------------------------------------------------------------------------
-LDFLAGS="$LDFLAGS -nostartfiles -nostdlib -static"
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'