Skip to content

Commit

Permalink
Remove --disable-atomic option, which stopped working about 2 years ago.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Wilson committed Oct 10, 2018
1 parent 79abda8 commit a4ecf47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
12 changes: 0 additions & 12 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_linux
enable_atomic
with_arch
with_abi
enable_multilib
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 :
Expand Down
7 changes: 0 additions & 7 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ AS_IF([test "x$enable_linux" != xno],
[AC_SUBST(default_target, linux)],
[AC_SUBST(default_target, newlib)])

AC_ARG_ENABLE(atomic,
[AS_HELP_STRING([--disable-atomic],
[disable use of atomic memory instructions in glibc @<:@--enable-atomic@:>@])],
[],
[enable_atomic=yes]
)

AC_ARG_WITH(arch,
[AS_HELP_STRING([--with-arch=rv64imafdc],
[Sets the base RISC-V ISA, defaults to rv64imafdc])],
Expand Down

0 comments on commit a4ecf47

Please sign in to comment.