diff --git a/configure b/configure index 6dcfd1b7fa..6135e8a779 100755 --- a/configure +++ b/configure @@ -659,6 +659,10 @@ add_ldflags(){ append LDFLAGS $($ldflags_filter "$@") } +add_stripflags(){ + append STRIPFLAGS "$@" +} + add_extralibs(){ prepend extralibs $($ldflags_filter "$@") } @@ -804,6 +808,20 @@ check_ldflags(){ test_ldflags "$@" && add_ldflags "$@" } +test_stripflags(){ + log test_stripflags "$@" + # call check_cc to get a fresh TMPO + check_cc < $(@:.o=.d) $(YASM) $(YASMFLAGS) -I $(