From 497462ef9eba5c85d2d405a33ff20940f5b0d74e Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 9 Sep 2010 17:39:52 +0000 Subject: merge from gcc --- libiberty/configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libiberty/configure') 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 -- cgit v1.1