diff options
author | Ian Lance Taylor <ian@airs.com> | 2005-03-09 21:27:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2005-03-09 21:27:11 +0000 |
commit | 6af8bd502d0da8302ce87d178c27b8dbc054396a (patch) | |
tree | 806be8980c39976836db319b91db223b1d934fa3 /libiberty/configure | |
parent | b7a29fa9f24e6023bc214f00ca72ea35e459c5f7 (diff) | |
download | gcc-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')
-rwxr-xr-x | libiberty/configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libiberty/configure b/libiberty/configure index ed656bcb8c8..9e238de31fe 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -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 |