On Mon, Nov 19, 2012 at 8:56 AM, Eric W. Biederman <ebiederm at xmission.com> wrote: > diff --git a/purgatory/Makefile b/purgatory/Makefile > index ee1679c..e39adec 100644 > --- a/purgatory/Makefile > +++ b/purgatory/Makefile > @@ -64,6 +64,7 @@ $(PURGATORY): $(PURGATORY_OBJS) > $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ > > # $(LD) $(LDFLAGS) $(EXTRA_LDFLAGS) --no-undefined -e purgatory_start -r -o $@ $(PURGATORY_OBJS) $(UTIL_LIB) > + $(STRIP) --strip-debug $@ > > echo:: > @echo "PURGATORY_SRCS $(PURGATORY_SRCS)" looks like configure does not set STRIP in top Makefile