diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2016-02-11 17:17:38 +0000 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2016-02-11 17:27:20 +0000 |
commit | e535ce250143b9c1600b306911710c0de73e2a5e (patch) | |
tree | 96bdcd49b9ac3e080c52f7d4bd6b70e409e5d6aa /stdlib | |
parent | d2bb040b2a2f58b1ef80f01292bd722fce01d36a (diff) | |
download | glibc-e535ce250143b9c1600b306911710c0de73e2a5e.tar.gz |
[ARM] add missing -funwind-tables to test case (bug 19529)
stdlib/tst-makecontext test failed on arm because it used backtrace
without -funwind-tables.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index e406856f99..26fe67ad95 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -112,6 +112,7 @@ CFLAGS-strfmon_l.c = $(libio-mtsafe) CFLAGS-tst-bsearch.c = $(stack-align-test-flags) CFLAGS-tst-qsort.c = $(stack-align-test-flags) +CFLAGS-tst-makecontext.c += -funwind-tables CFLAGS-tst-makecontext2.c = $(stack-align-test-flags) # Run a test on the header files we use. |