summaryrefslogtreecommitdiff
path: root/libiberty/configure.ac
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2005-03-09 21:27:11 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2005-03-09 21:27:11 +0000
commit6af8bd502d0da8302ce87d178c27b8dbc054396a (patch)
tree806be8980c39976836db319b91db223b1d934fa3 /libiberty/configure.ac
parentb7a29fa9f24e6023bc214f00ca72ea35e459c5f7 (diff)
downloadgcc-6af8bd502d0da8302ce87d178c27b8dbc054396a.tar.gz
pex-os2.c: Remove.
* pex-os2.c: Remove. * configure.ac: Remove *-*-os2-emx* case when setting pexecute. * Makefile.in (CFILES): Remove pex-os2.c. (CONFIGURED_OFILES): Remove pex-os2.o. (pex-os2.o): Remove target. * configure: Rebuild. From-SVN: r96211
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r--libiberty/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac
index b1716081c8c..4637eec71d8 100644
--- a/libiberty/configure.ac
+++ b/libiberty/configure.ac
@@ -523,7 +523,6 @@ case "${host}" in
*-*-mingw* | *-*-winnt*) pexecute=./pex-win32.o ;;
*-*-msdosdjgpp*) pexecute=./pex-djgpp.o ;;
*-*-msdos*) pexecute=./pex-msdos.o ;;
- *-*-os2-emx*) pexecute=./pex-os2.o ;;
*) pexecute=./pex-unix.o ;;
esac
AC_SUBST(pexecute)