aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2020-02-07 15:01:45 -0800
committerJim Wilson <jimw@sifive.com>2020-02-07 15:01:45 -0800
commitb468107e701433e1caca3dbc8aef8d40e0c967ed (patch)
tree18f10b5385b3539fa73ee597a0455a7e8bfaea64 /configure
parent2922650dd095747b07d6ced1b746d1faae07a01c (diff)
downloadriscv-gnu-toolchain-b468107e701433e1caca3dbc8aef8d40e0c967ed.zip
riscv-gnu-toolchain-b468107e701433e1caca3dbc8aef8d40e0c967ed.tar.gz
riscv-gnu-toolchain-b468107e701433e1caca3dbc8aef8d40e0c967ed.tar.bz2
Correct previous configure fix. Edit configure.ac and regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d4e5076..8479aff 100755
--- a/configure
+++ b/configure
@@ -3292,7 +3292,7 @@ else
fi
-if test "x$with_abi" = 'xdefault'; then :
+if test "x$with_abi" = xdefault; then :
case $with_arch in #(
*rv64g* | *rv64*d*) :
with_abi=lp64d ;; #(