55dbe29
commit e535ce250143b9c1600b306911710c0de73e2a5e
55dbe29
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
55dbe29
Date:   Thu Feb 11 17:17:38 2016 +0000
55dbe29
55dbe29
    [ARM] add missing -funwind-tables to test case (bug 19529)
55dbe29
    
55dbe29
    stdlib/tst-makecontext test failed on arm because it used backtrace
55dbe29
    without -funwind-tables.
55dbe29
55dbe29
diff --git a/stdlib/Makefile b/stdlib/Makefile
55dbe29
index e406856..26fe67a 100644
55dbe29
--- a/stdlib/Makefile
55dbe29
+++ b/stdlib/Makefile
55dbe29
@@ -112,6 +112,7 @@ CFLAGS-strfmon_l.c = $(libio-mtsafe)
55dbe29
 
55dbe29
 CFLAGS-tst-bsearch.c = $(stack-align-test-flags)
55dbe29
 CFLAGS-tst-qsort.c = $(stack-align-test-flags)
55dbe29
+CFLAGS-tst-makecontext.c += -funwind-tables
55dbe29
 CFLAGS-tst-makecontext2.c = $(stack-align-test-flags)
55dbe29
 
55dbe29
 # Run a test on the header files we use.