diff options
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 89f4331..d3212ee 100755 --- a/gdb/configure +++ b/gdb/configure @@ -5475,7 +5475,7 @@ if test "${with_sim_gpu2+set}" = set; then mips*-sky-*) if test -d "${withval}" then - LIBS="${LIBS} -L${withval}/lib -lgpu2 -L${x_libraries} -lX11" + LIBS="${LIBS} -L${withval}/lib -lgpu2 -L${x_libraries} -lX11 -lXext" else echo "configure: warning: Directory ${withval} does not exist." 1>&2 fi ;; |