Date: Wed, 6 Nov 2013 03:36:44 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257733 - head/gnu/lib/libgcc Message-ID: <201311060336.rA63aiVO081761@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Wed Nov 6 03:36:43 2013 New Revision: 257733 URL: http://svnweb.freebsd.org/changeset/base/257733 Log: Revert r257691, r257645: Let amd64/amd64 build again. Modified: head/gnu/lib/libgcc/Makefile Modified: head/gnu/lib/libgcc/Makefile ============================================================================== --- head/gnu/lib/libgcc/Makefile Wed Nov 6 02:49:16 2013 (r257732) +++ head/gnu/lib/libgcc/Makefile Wed Nov 6 03:36:43 2013 (r257733) @@ -27,19 +27,6 @@ CFLAGS+= -DIN_GCC -DIN_LIBGCC2 -D__GCC_F -I${GCCDIR}/config -I${GCCDIR} -I. \ -I${.CURDIR}/../../usr.bin/cc/cc_tools -# Added to 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)); -# ^ -.if ${COMPILER_TYPE} == "clang" -CFLAGS+= -Wno-static-in-inline -.endif - LDFLAGS+= -nodefaultlibs LDADD+= -lc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311060336.rA63aiVO081761>