diff options
author | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-07 03:45:03 +0000 |
---|---|---|
committer | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-07 03:45:03 +0000 |
commit | fb4fe02df7c86b6c68f6d0cd4c79808ed4c5f6ca (patch) | |
tree | 5b15457405fd6d86432d80f5817749f7ebe5ced9 /gcc/config/ia64 | |
parent | ed271bbaf8c367e04d79f74229f74472dde3b875 (diff) | |
download | gcc-fb4fe02df7c86b6c68f6d0cd4c79808ed4c5f6ca.tar.gz |
* config/alpha/freebsd.h (SUBTARGET_EXTRA_SPECS): Pass -Werror.
* config/arm/freebsd.h: Likewise.
* config/ia64/freebsd.h: Likewise.
* config/sparc/freebsd.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81602 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ia64')
-rw-r--r-- | gcc/config/ia64/freebsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/ia64/freebsd.h b/gcc/config/ia64/freebsd.h index 60b79f0c715..d5977ff4661 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 } |