diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b0eee233a4a7..329108b1c15d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2004-05-07 Loren James Rittle + + * config/alpha/freebsd.h (SUBTARGET_EXTRA_SPECS): Pass -Werror. + * config/arm/freebsd.h: Likewise. + * config/ia64/freebsd.h: Likewise. + * config/sparc/freebsd.h: Likewise. + 2004-05-07 Hans-Peter Nilsson PR optimization/15296 diff --git a/gcc/config/alpha/freebsd.h b/gcc/config/alpha/freebsd.h index 6b10d495b978..0b293610f4ce 100644 --- a/gcc/config/alpha/freebsd.h +++ b/gcc/config/alpha/freebsd.h @@ -20,6 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#undef SUBTARGET_EXTRA_SPECS #define SUBTARGET_EXTRA_SPECS \ { "fbsd_dynamic_linker", FBSD_DYNAMIC_LINKER } diff --git a/gcc/config/arm/freebsd.h b/gcc/config/arm/freebsd.h index cfeb479a54ae..cc3f72725b6f 100644 --- a/gcc/config/arm/freebsd.h +++ b/gcc/config/arm/freebsd.h @@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */ +#undef SUBTARGET_EXTRA_SPECS #define SUBTARGET_EXTRA_SPECS \ { "fbsd_dynamic_linker", FBSD_DYNAMIC_LINKER } diff --git a/gcc/config/ia64/freebsd.h b/gcc/config/ia64/freebsd.h index 60b79f0c715e..d5977ff4661a 100644 --- a/gcc/config/ia64/freebsd.h +++ b/gcc/config/ia64/freebsd.h @@ -18,6 +18,7 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#undef SUBTARGET_EXTRA_SPECS #define SUBTARGET_EXTRA_SPECS \ { "fbsd_dynamic_linker", FBSD_DYNAMIC_LINKER } diff --git a/gcc/config/sparc/freebsd.h b/gcc/config/sparc/freebsd.h index 7cc596d02c9e..d8dfbf0ca47a 100644 --- a/gcc/config/sparc/freebsd.h +++ b/gcc/config/sparc/freebsd.h @@ -19,6 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#undef SUBTARGET_EXTRA_SPECS #define SUBTARGET_EXTRA_SPECS \ { "fbsd_dynamic_linker", FBSD_DYNAMIC_LINKER }