summaryrefslogtreecommitdiff
path: root/gold/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'gold/configure.ac')
-rw-r--r--gold/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/configure.ac b/gold/configure.ac
index 2c7a969b97f..c4350353c06 100644
--- a/gold/configure.ac
+++ b/gold/configure.ac
@@ -181,6 +181,10 @@ for targ in $target $canon_targets; do
else
. ${srcdir}/configure.tgt
+ if test "$targ_obj" = "RISCV64"; then
+ continue
+ fi
+
if test "$targ_obj" = "UNKNOWN"; then
AC_MSG_ERROR("unsupported target $targ")
else