Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
The RISC-V GDB port doesn't depend on clock_gettime any more
Browse files Browse the repository at this point in the history
  • Loading branch information
palmer-dabbelt committed Nov 14, 2016
1 parent 7f00866 commit f64950f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gdb/configure.ac
Expand Up @@ -519,9 +519,6 @@ esac
# We might need to link with -lm; most simulators need it.
AC_CHECK_LIB(m, main)

# The RISC-V simulator needs clock_gettime()
AC_SEARCH_LIBS([clock_gettime], [rt])

# We need to link with -lw to get `wctype' on Solaris before Solaris
# 2.6. Solaris 2.6 and beyond have this function in libc, and have a
# libw that some versions of the GNU linker cannot hanle (GNU ld 2.9.1
Expand Down

0 comments on commit f64950f

Please sign in to comment.