diff options
author | Jim Wilson <jimw@sifive.com> | 2018-10-10 16:14:38 -0700 |
---|---|---|
committer | Jim Wilson <jimw@sifive.com> | 2018-10-10 16:14:38 -0700 |
commit | a4ecf47660248a5f04cc79ae7c0eb7df96495a73 (patch) | |
tree | 9d405bedc94afd5a23c9a444799bc6dde8cf2641 /configure | |
parent | 79abda85359c6bca125b2bb4d09388bee62aa2ec (diff) | |
download | riscv-gnu-toolchain-a4ecf47660248a5f04cc79ae7c0eb7df96495a73.zip riscv-gnu-toolchain-a4ecf47660248a5f04cc79ae7c0eb7df96495a73.tar.gz riscv-gnu-toolchain-a4ecf47660248a5f04cc79ae7c0eb7df96495a73.tar.bz2 |
Remove --disable-atomic option, which stopped working about 2 years ago.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -656,7 +656,6 @@ ac_subst_files='' ac_user_opts=' enable_option_checking enable_linux -enable_atomic with_arch with_abi enable_multilib @@ -1297,8 +1296,6 @@ Optional Features: --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-linux set linux as the default make target [--disable-linux] - --disable-atomic disable use of atomic memory instructions in glibc - [--enable-atomic] --enable-multilib build both RV32 and RV64 runtime libraries [--disable-multilib] --enable-gcc-checking Enable gcc internal checking, it will make gcc very @@ -3231,15 +3228,6 @@ else fi -# Check whether --enable-atomic was given. -if test "${enable_atomic+set}" = set; then : - enableval=$enable_atomic; -else - enable_atomic=yes - -fi - - # Check whether --with-arch was given. if test "${with_arch+set}" = set; then : |