From 4b48b463ed07fe388f9ba841065499dfaa97199b Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Fri, 26 Oct 2018 08:12:28 +0000 Subject: [PATCH] Drop the csu tests WARNS to 5 to fix the powerpc64 build. MFC with: r339738 Sponsored by: DARPA, AFRL --- lib/csu/tests/Makefile.tests | 2 ++ lib/csu/tests/dynamic/Makefile | 1 - lib/csu/tests/static/Makefile | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/csu/tests/Makefile.tests b/lib/csu/tests/Makefile.tests index 4e766ddd59b..64b4227fe48 100644 --- a/lib/csu/tests/Makefile.tests +++ b/lib/csu/tests/Makefile.tests @@ -4,6 +4,8 @@ ATF_TESTS_C+= init_test ATF_TESTS_C+= fini_test ATF_TESTS_CXX+= cxx_constructors +WARNS?= 5 + .if exists(${.CURDIR:H:H}/${MACHINE_ARCH}) CFLAGS+= -I${.CURDIR:H:H}/${MACHINE_ARCH} .else diff --git a/lib/csu/tests/dynamic/Makefile b/lib/csu/tests/dynamic/Makefile index 61c9a322e7b..190962f9c3c 100644 --- a/lib/csu/tests/dynamic/Makefile +++ b/lib/csu/tests/dynamic/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ .PATH: ${.CURDIR:H} -WARNS?= 6 .include "../Makefile.tests" .include diff --git a/lib/csu/tests/static/Makefile b/lib/csu/tests/static/Makefile index c5261186e25..8b01cf8777b 100644 --- a/lib/csu/tests/static/Makefile +++ b/lib/csu/tests/static/Makefile @@ -2,7 +2,6 @@ .PATH: ${.CURDIR:H} NO_SHARED= -WARNS?= 6 .include "../Makefile.tests" .include