Commentary: Correct a typo in configure.ac (#3045)
This commit is contained in:
parent
ee4a601c9e
commit
2cdf0aae72
|
|
@ -35,7 +35,7 @@ AC_ARG_ENABLE([silent-rules],
|
||||||
AC_MSG_CHECKING(whether to perform partial static linking of Verilator binary)
|
AC_MSG_CHECKING(whether to perform partial static linking of Verilator binary)
|
||||||
AC_ARG_ENABLE([partial-static],
|
AC_ARG_ENABLE([partial-static],
|
||||||
[AS_HELP_STRING([--disable-partial-static],
|
[AS_HELP_STRING([--disable-partial-static],
|
||||||
[By default, for Verilation peformance, Verilator
|
[By default, for Verilation performance, Verilator
|
||||||
is linked against some of its dependencies
|
is linked against some of its dependencies
|
||||||
statically. Use this to link the Verilator binary
|
statically. Use this to link the Verilator binary
|
||||||
fully dynamically.])],
|
fully dynamically.])],
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ Driss Hafdi
|
||||||
Edgar E. Iglesias
|
Edgar E. Iglesias
|
||||||
Eric Rippey
|
Eric Rippey
|
||||||
Fan Shupei
|
Fan Shupei
|
||||||
|
Felix Yan
|
||||||
Garrett Smith
|
Garrett Smith
|
||||||
Geza Lore
|
Geza Lore
|
||||||
Gianfranco Costamagna
|
Gianfranco Costamagna
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue