diff options
author | Ulrich Drepper <drepper@cygnus.com> | 1999-09-27 17:39:43 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-09-27 11:39:43 -0600 |
commit | e5da599a0c4457eb6e3e7bc801d10898c34c3c47 (patch) | |
tree | ae50f04661ee35d9f3b7cc49004c70a85d016231 /libio/configure.in | |
parent | 40d0e0df0aaffe8e4659adab3eab2d0ad51af65b (diff) | |
download | gcc-e5da599a0c4457eb6e3e7bc801d10898c34c3c47.tar.gz |
configure.in: Recognize target *vxworks* and add fragment vxworks.mt.
* configure.in: Recognize target *vxworks* and add fragment vxworks.mt.
* config/vxworks.mt: New file.
* gen-params: Let configure override HAVE_PRINTF_FP.
From-SVN: r29679
Diffstat (limited to 'libio/configure.in')
-rw-r--r-- | libio/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/configure.in b/libio/configure.in index 0e363b2b4fd..869d9c8499d 100644 --- a/libio/configure.in +++ b/libio/configure.in @@ -62,6 +62,7 @@ case "${target}" in *-isc*) frags=isc.mt ;; *-netware*) frags=netware.mt ;; *-dgux*) frags=dgux.mt ;; + *vxworks*) frags="vxworks.mt" ;; *) frags=${target_cpu}.mt ;; esac |