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.ac | |
parent | 05a79166c63631b80c640d4bf3e28cc594682363 (diff) | |
download | gdb-497462ef9eba5c85d2d405a33ff20940f5b0d74e.zip gdb-497462ef9eba5c85d2d405a33ff20940f5b0d74e.tar.gz gdb-497462ef9eba5c85d2d405a33ff20940f5b0d74e.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r-- | libiberty/configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac index 32ec8d9..4de83f9 100644 --- a/libiberty/configure.ac +++ b/libiberty/configure.ac @@ -671,10 +671,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 AC_SUBST(pexecute) |