1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/gnu/lib
Sean Bruno 023fc3804d Quiesce warning around gcc_assert() for an inline macro that uses
a static variable.  This code has been moved around in gcc, but is still in
use in the latest trunk version of the compiler.

gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:208:36:
      warning: static variable 'dwarf_reg_size_table' is used in an inline
               function with external linkage [-Wstatic-in-inline]
gcc_assert (index < (int) sizeof(dwarf_reg_size_table));
2013-11-04 18:15:45 +00:00
..
csu Add compiler support for the ARM EABI. 2013-01-17 05:56:28 +00:00
libdialog Update dialog to 1.2-20130923. 2013-09-24 14:52:43 +00:00
libgcc Quiesce warning around gcc_assert() for an inline macro that uses 2013-11-04 18:15:45 +00:00
libgcov Add compiler support for the ARM EABI. 2013-01-17 05:56:28 +00:00
libgomp Turn on TLS support for arm on here as it is supported since r231618/ 2012-06-14 20:27:28 +00:00
libreadline Fix buildworld -DNO_CLEAN when using with Perforce, which marks files as 2010-08-12 20:46:49 +00:00
libregex Connect libgnuregex 2.17 to the build. 2013-06-05 21:31:06 +00:00
libssp
libstdc++ After r255321, clang uses libc++ by default. This leads to a lot of 2013-09-12 21:24:59 +00:00
libsupc++ After r255321, clang uses libc++ by default. This leads to a lot of 2013-09-12 21:24:59 +00:00
Makefile On platforms where clang is the default compiler, don't build gcc or libstdc++. 2013-09-06 20:08:03 +00:00
Makefile.inc