don't set a default rs6000_ieeequad on NetBSD just as Linux.

This commit is contained in:
mrg 2006-07-06 10:21:03 +00:00
parent 4ec585fc16
commit 31a7fdbc10
1 changed files with 1 additions and 1 deletions

View File

@ -1292,7 +1292,7 @@ rs6000_override_options (const char *default_cpu)
if (!rs6000_explicit_options.long_double)
rs6000_long_double_type_size = RS6000_DEFAULT_LONG_DOUBLE_SIZE;
#ifndef POWERPC_LINUX
#if !defined(POWERPC_LINUX) && !defined(POWERPC_NETBSD)
if (!rs6000_explicit_options.ieee)
rs6000_ieeequad = 1;
#endif