* 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.
This commit is contained in:
Ian Lance Taylor
2005-03-09 21:28:10 +00:00
parent 8d19ca4717
commit 27ff88367a
5 changed files with 11 additions and 83 deletions

1
libiberty/configure vendored
View File

@@ -6709,7 +6709,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