aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
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.ac
parenta02257a861a4d13f31868a27c197cfc5576101e1 (diff)
downloadpk-66c13fd4a9c1c2eda51df35ddc13e095469faec7.zip
pk-66c13fd4a9c1c2eda51df35ddc13e095469faec7.tar.gz
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.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 67734fd..917179f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,6 @@ AC_CANONICAL_HOST
# Checks for programs
#-------------------------------------------------------------------------
-LDFLAGS="$LDFLAGS -nostartfiles -nostdlib -static"
AC_PROG_CC
AC_PROG_CXX
AC_CHECK_TOOL([AR],[ar])