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/config | |
parent | 40d0e0df0aaffe8e4659adab3eab2d0ad51af65b (diff) | |
download | gcc-e5da599a0c4457eb6e3e7bc801d10898c34c3c47.zip gcc-e5da599a0c4457eb6e3e7bc801d10898c34c3c47.tar.gz gcc-e5da599a0c4457eb6e3e7bc801d10898c34c3c47.tar.bz2 |
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/config')
-rw-r--r-- | libio/config/vxworks.mt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/config/vxworks.mt b/libio/config/vxworks.mt new file mode 100644 index 0000000..087e309 --- /dev/null +++ b/libio/config/vxworks.mt @@ -0,0 +1 @@ +G_CONFIG_ARGS = HAVE_PRINTF_FP=0 HAVE_LONG_DOUBLE_IO=0 |