diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-07 03:31:24 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-07 03:31:24 +0000 |
| commit | bdaa26ad0f2c9b4245c8cf8bef2b3c5db2dd5dec (patch) | |
| tree | d879fa31a9294ce03833197bf3232bb97c173495 /libiberty/config.table | |
| parent | 39a3ddfc053e217091ccf1d31f34fb58ccd994e7 (diff) | |
| download | ppe42-gcc-bdaa26ad0f2c9b4245c8cf8bef2b3c5db2dd5dec.tar.gz ppe42-gcc-bdaa26ad0f2c9b4245c8cf8bef2b3c5db2dd5dec.zip | |
Changes from official libiberty sources.
* Missing ChangeLog entries.
* Some java demangling stuff
* More cygwin32->cygwin related changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26236 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/config.table')
| -rw-r--r-- | libiberty/config.table | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/config.table b/libiberty/config.table index 4b8384b483e..bc990413423 100644 --- a/libiberty/config.table +++ b/libiberty/config.table @@ -18,7 +18,7 @@ case "${enable_shared}" in esac if [ "${shared}" = "yes" ]; then case "${host}" in - *-*-cygwin32*) ;; + *-*-cygwin*) ;; alpha*-*-linux*) frags="${frags} ../../config/mh-elfalphapic" ;; arm*-*-*) frags="${frags} ../../config/mh-armpic" ;; hppa*-*-*) frags="${frags} ../../config/mh-papic" ;; |

