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

(-)file_not_specified_in_diff (-7 / +3 lines)
Line  Link Here
0
-- Makefile
0
++ Makefile
Lines 331-337 Link Here
331
prps:	$(PRPS)
331
prps:	$(PRPS)
332
332
333
$(PROG):	$(OBJS)
333
$(PROG):	$(OBJS)
334
	$(CXX) -o $@ $(OBJS) $(LDFLAGS)
334
	$(CXX) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBDIR) $(LIBS)
335
335
336
%.o: %.cpp
336
%.o: %.cpp
337
	$(CXX) $(CFLAGS) -c $< -o $@
337
	$(CXX) $(CFLAGS) -c $< -o $@
338
-- v/Config.mk
338
++ v/Config.mk
Lines 35-42 Link Here
35
#---------------------------------------------------------------------
35
#---------------------------------------------------------------------
36
# Tools used in the makefile execution
36
# Tools used in the makefile execution
37
#---------------------------------------------------------------------
37
#---------------------------------------------------------------------
38
CC	=	gcc
39
CXX	=	g++
40
38
41
#---------------------------------------------------------------------
39
#---------------------------------------------------------------------
42
# VPATH for dependencies on header files
40
# VPATH for dependencies on header files
Lines 297-301 Link Here
297
#---------------------------------------------------------------------
295
#---------------------------------------------------------------------
298
# LINK/LOAD options
296
# LINK/LOAD options
299
#---------------------------------------------------------------------
297
#---------------------------------------------------------------------
300
LDFLAGS	=	$(LIBDIR) $(LIBS)
301

Return to bug 317767