b55756f2a0
not ready yet...
15 lines
681 B
Plaintext
15 lines
681 B
Plaintext
$OpenBSD: patch-gcc_cp_Make-lang_in,v 1.1.1.1 2005/01/03 15:21:26 espie Exp $
|
|
--- gcc/cp/Make-lang.in.orig Sat May 8 23:52:43 2004
|
|
+++ gcc/cp/Make-lang.in Mon Jan 3 10:17:44 2005
|
|
@@ -78,8 +78,8 @@ g++-cross$(exeext): g++$(exeext)
|
|
|
|
# The compiler itself.
|
|
# Shared with C front end:
|
|
-CXX_C_OBJS = attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o \
|
|
- c-dump.o $(CXX_TARGET_OBJS) c-pretty-print.o c-opts.o
|
|
+CXX_C_OBJS = attribs.o c-common.o c-format.o c-bounded.o c-pragma.o c-semantics.o \
|
|
+ c-lex.o c-dump.o $(CXX_TARGET_OBJS) c-pretty-print.o c-opts.o
|
|
|
|
# Language-specific object files.
|
|
CXX_OBJS = cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o \
|