libasplib: add url to gcc bug report
authorWaldemar Brodkorb <wbx@openadk.org>
Tue, 14 Feb 2017 14:09:27 +0000 (15:09 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 14 Feb 2017 19:38:46 +0000 (20:38 +0100)
Add comment to bug report.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libasplib/libasplib.mk

index b3b1fdb30f1a0b112a841beec75df944e1febe3c..558d173496a3bdc8f04024896a0de442cdf2f83e 100644 (file)
@@ -19,6 +19,7 @@ LIBASPLIB_CONF_OPTS = \
        -DBUILD_TIMER=ON
 
 # Internal error, aborting at dw2gencfi.c:214 in emit_expr_encoded
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79509
 ifeq ($(BR2_m68k_cf),y)
 LIBASPLIB_CXXFLAGS += -fno-dwarf2-cfi-asm
 endif