From e283c26c35c4f18c8eb2e79183037a883b12d1e5 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 28 Nov 2013 21:29:13 +0100 Subject: [PATCH] build sys: rename STRIPFLAGS to ASMSTRIPFLAGS This more closely matches the actual use, also we use plain strip without these flags for striping Signed-off-by: Michael Niedermayer --- configure | 6 +++--- library.mak | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 05932970c3..12d897dfac 100755 --- a/configure +++ b/configure @@ -731,7 +731,7 @@ add_ldflags(){ } add_stripflags(){ - append STRIPFLAGS "$@" + append ASMSTRIPFLAGS "$@" } add_extralibs(){ @@ -902,7 +902,7 @@ test_stripflags(){ check_cc < $(@:.o=.d) $(YASM) $(YASMFLAGS) -I $(