comparison gcc/config/pdp11/t-pdp11 @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 # Copyright (C) 1995, 1997, 1998, 2001, 2002, 1 # Copyright (C) 1995, 1997, 1998, 2001, 2002,
2 # 2004 Free Software Foundation, Inc. 2 # 2004, 2010 Free Software Foundation, Inc.
3 # 3 #
4 # This file is part of GCC. 4 # This file is part of GCC.
5 # 5 #
6 # GCC is free software; you can redistribute it and/or modify 6 # GCC is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by 7 # it under the terms of the GNU General Public License as published by
32 32
33 dp-bit.c: $(srcdir)/config/fp-bit.c 33 dp-bit.c: $(srcdir)/config/fp-bit.c
34 cat $(srcdir)/config/fp-bit.c > dp-bit.c 34 cat $(srcdir)/config/fp-bit.c > dp-bit.c
35 35
36 MULTILIB_OPTIONS = msoft-float 36 MULTILIB_OPTIONS = msoft-float
37
38 # Because the pdp11 POINTER_SIZE is only 16, in dwarf2out.c,
39 # DWARF_ARANGES_PAD_SIZE is 0, thus a loop in output_aranges that checks
40 # (i < (unsigned) DWARF_ARANGES_PAD_SIZE) elicits a warning that the
41 # comparison is always false.
42 # We could say "-Werror -Wno-error=type-limits", alas, not all supported
43 # gcc bootstrap compilers support the latter option.
44 dwarf2out.o-warn = -Wno-error