diff options
author | Ian Lance Taylor <ian@airs.com> | 2005-03-09 21:28:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2005-03-09 21:28:10 +0000 |
commit | 27ff88367a9624b64ab5c6a62dfc40429a1e3180 (patch) | |
tree | d65779dc91d23b0f6fb34fbbf7f5a2266be74812 /libiberty/configure.ac | |
parent | 8d19ca47178a5953f050303ae8279f883c5593cb (diff) | |
download | gdb-27ff88367a9624b64ab5c6a62dfc40429a1e3180.zip gdb-27ff88367a9624b64ab5c6a62dfc40429a1e3180.tar.gz gdb-27ff88367a9624b64ab5c6a62dfc40429a1e3180.tar.bz2 |
* 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.
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r-- | libiberty/configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac index b171608..4637eec 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) |