Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 257399
Collapse All | Expand All

(-)Makefile.in.old (-1 / +1 lines)
Lines 587-593 Link Here
587
587
588
# Be sure to reexport important environment variables:
588
# Be sure to reexport important environment variables:
589
TESTS_ENVIRONMENT = MAKE="$(MAKE)" CC="$(CC)" CFLAGS="$(CFLAGS)" \
589
TESTS_ENVIRONMENT = MAKE="$(MAKE)" CC="$(CC)" CFLAGS="$(CFLAGS)" \
590
	CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
590
	CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" LD="$(LD)" LDFLAGS="$(LDFLAGS) -Wl,--no-as-needed" \
591
	LIBS="$(LIBS)" LN_S="$(LN_S)" NM="$(NM)" RANLIB="$(RANLIB)" \
591
	LIBS="$(LIBS)" LN_S="$(LN_S)" NM="$(NM)" RANLIB="$(RANLIB)" \
592
	STRIP="$(STRIP)" \
592
	STRIP="$(STRIP)" \
593
	OBJEXT="$(OBJEXT)" EXEEXT="$(EXEEXT)" \
593
	OBJEXT="$(OBJEXT)" EXEEXT="$(EXEEXT)" \

Return to bug 257399