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

Collapse All | Expand All

(-)Makefile.in.orig (-1 lines)
Lines 160-166 Link Here
160
$O$(TARGET): $(OBJ)
160
$O$(TARGET): $(OBJ)
161
	$(CXX) -o $@ $(addprefix $O,$(OBJ)) $(LFLAGS) 
161
	$(CXX) -o $@ $(addprefix $O,$(OBJ)) $(LFLAGS) 
162
	cp $@ $@-unstripped
162
	cp $@ $@-unstripped
163
	strip $@
164
# This is here in case we find a way to prevent linkage against libstdc++
163
# This is here in case we find a way to prevent linkage against libstdc++
165
#	$(CC) -o $@ $(addprefix $O,$(OBJ)) $(LFLAGS) 
164
#	$(CC) -o $@ $(addprefix $O,$(OBJ)) $(LFLAGS) 
166
165

Return to bug 239958