artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec4e5a1
)
Link in libstdc++ now that libg++ 2.7.1 is in the tree.
author
etheisen
<etheisen@openbsd.org>
Sat, 16 Mar 1996 07:00:18 +0000
(07:00 +0000)
committer
etheisen
<etheisen@openbsd.org>
Sat, 16 Mar 1996 07:00:18 +0000
(07:00 +0000)
gnu/usr.bin/gcc/cp/g++.c
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/gcc/cp/g++.c
b/gnu/usr.bin/gcc/cp/g++.c
index
d51ae49
..
46a0552
100644
(file)
--- a/
gnu/usr.bin/gcc/cp/g++.c
+++ b/
gnu/usr.bin/gcc/cp/g++.c
@@
-544,11
+544,8
@@
main (argc, argv)
/* Add `-lg++' if we haven't already done so. */
if (library == 2)
arglist[j++] = "-lg++";
-#if 0
- /* XXX OpenBSD: this is a temporary #if 0, until we get a new libg++ */
if (library)
arglist[j++] = "-lstdc++";
-#endif
if (saw_math)
arglist[j++] = saw_math;
else if (library)