diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2019-03-29 18:49:08 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2019-03-29 18:49:08 +0000 |
commit | 0eb97cca9f252e21ae87a954f991da178f7d2581 (patch) | |
tree | 22e8924bf0eae4d597df29297ed7d3533c32f5a9 /lib/libc/tests/stdlib | |
parent | e8067928ff5f819ef78ad4acfb12124415ea2fff (diff) |
Notes
Diffstat (limited to 'lib/libc/tests/stdlib')
-rw-r--r-- | lib/libc/tests/stdlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/tests/stdlib/Makefile b/lib/libc/tests/stdlib/Makefile index 9f7afa112491..4a08f8557d08 100644 --- a/lib/libc/tests/stdlib/Makefile +++ b/lib/libc/tests/stdlib/Makefile @@ -50,8 +50,8 @@ PROGS+= h_getopt h_getopt_long CFLAGS+= -I${.CURDIR} -CXXFLAGS.cxa_thread_atexit_test+= -std=c++11 -CXXFLAGS.cxa_thread_atexit_nothr_test+= -std=c++11 +CXXSTD.cxa_thread_atexit_test= c++11 +CXXSTD.cxa_thread_atexit_nothr_test= c++11 LIBADD.cxa_thread_atexit_test+= pthread .for t in h_getopt h_getopt_long |