Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88093 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.am~ (-1 / +3 lines)
Lines 23-30 Link Here
23
# which isn't very clean, but it seems to be the only way of getting them
23
# which isn't very clean, but it seems to be the only way of getting them
24
# in front of the full list of input object files. Automake does not allow
24
# in front of the full list of input object files. Automake does not allow
25
# modifying the ecm_OBJECTS variable directly.
25
# modifying the ecm_OBJECTS variable directly.
26
ecm_LDFLAGS = 
26
ecm_LDFLAGS = 
27
ecm_LDFLAGS += $(ECM_FASTOBJ)
27
libecm_la_LIBADD = @LIBGOMP@
28
ecm_LDADD = $(LDADD) 
29
ecm_LDADD += $(ECM_FASTOBJ) 
28
30
29
tune_CPPFLAGS = -DTUNE $(AM_CPPFLAGS)
31
tune_CPPFLAGS = -DTUNE $(AM_CPPFLAGS)
30
# tune_LDADD =
32
# tune_LDADD =

Return to bug 88093