diff options
author | DJ Delorie <dj@redhat.com> | 2010-09-09 17:39:52 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-09-09 17:39:52 +0000 |
commit | 497462ef9eba5c85d2d405a33ff20940f5b0d74e (patch) | |
tree | 48ad1d4aaf94b4f6dbcfa56a46a4443d8e8ba3ce /libiberty/configure | |
parent | 05a79166c63631b80c640d4bf3e28cc594682363 (diff) | |
download | gdb-497462ef9eba5c85d2d405a33ff20940f5b0d74e.zip gdb-497462ef9eba5c85d2d405a33ff20940f5b0d74e.tar.gz gdb-497462ef9eba5c85d2d405a33ff20940f5b0d74e.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libiberty/configure b/libiberty/configure index b47bc94..9a3b2d3 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -6539,10 +6539,10 @@ fi # Figure out which version of pexecute to use. case "${host}" in - *-*-mingw* | *-*-winnt*) pexecute=./pex-win32.o ;; - *-*-msdosdjgpp*) pexecute=./pex-djgpp.o ;; - *-*-msdos*) pexecute=./pex-msdos.o ;; - *) pexecute=./pex-unix.o ;; + *-*-mingw* | *-*-winnt*) pexecute=pex-win32 ;; + *-*-msdosdjgpp*) pexecute=pex-djgpp ;; + *-*-msdos*) pexecute=pex-msdos ;; + *) pexecute=pex-unix ;; esac |