diff options
author | Jim Wilson <jimw@sifive.com> | 2020-02-07 15:01:45 -0800 |
---|---|---|
committer | Jim Wilson <jimw@sifive.com> | 2020-02-07 15:01:45 -0800 |
commit | b468107e701433e1caca3dbc8aef8d40e0c967ed (patch) | |
tree | 18f10b5385b3539fa73ee597a0455a7e8bfaea64 /configure.ac | |
parent | 2922650dd095747b07d6ced1b746d1faae07a01c (diff) | |
download | riscv-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.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d908745..d7bb57e 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ AC_ARG_WITH(tune, [with_tune=rocket] ) -AS_IF([test "x$with_abi" == xdefault], +AS_IF([test "x$with_abi" = xdefault], [AS_CASE([$with_arch], [*rv64g* | *rv64*d*], [with_abi=lp64d], [*rv64*f*], [with_abi=lp64f], |