diff options
| author | DJ Delorie <dj@delorie.com> | 2016-03-18 22:19:43 -0400 |
|---|---|---|
| committer | DJ Delorie <dj@delorie.com> | 2016-03-18 22:19:43 -0400 |
| commit | 5bd0885c9ddf14ddb959742fcb0d4b2368d7b44f (patch) | |
| tree | 0c01b0107ad2bea3a1fe287bd2ef59274400ca05 /stdlib | |
| parent | 9ca777644579aa86c40badea6aecea6fc7f74e55 (diff) | |
| parent | a64e3aadbf99dd99baab4b3b650eb6be68b3a4aa (diff) | |
| download | glibc-5bd0885c9ddf14ddb959742fcb0d4b2368d7b44f.tar.xz glibc-5bd0885c9ddf14ddb959742fcb0d4b2368d7b44f.zip | |
Merge branch 'master' into dj/malloc
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. |
