This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

OpenBSD as well...Re: FreeBSD ``make check'' broken last two weeks


Thanks, this is indeed a problem I had, but I was looking elsewhere 
(thinking it was normal for the testsuite to check tests against the
dynamic library)

In the future, could you make the subject MORE explicit ?
I almost missed this patch.

In article <199904200311.WAA26715@supra.rsch.comm.mot.com> you write:

>Index: openbsd.ml
>===================================================================
>RCS file: /cvs/egcs/egcs/libstdc++/config/openbsd.ml,v
>retrieving revision 1.1
>diff -u -r1.1 openbsd.ml
>--- openbsd.ml  1999/02/18 18:57:55     1.1
>+++ openbsd.ml  1999/04/20 03:02:59
>@@ -1,6 +1,6 @@
> # Base shared lib for OpenBSD i386
> 
>-LIBS    = $(ARLIB) $(SHLIB) $(SHLINK) mshlink
>+LIBS    = $(ARLIB) $(ARLINK) $(SHLIB) $(SHLINK) mshlink
> SHFLAGS = -nostdlib -Wl,-Bshareable,-Bforcearchive
> SHDEPS  = -lm
> DEPLIBS = ../$(SHLIB)





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]