From mboxrd@z Thu Jan 1 00:00:00 1970 From: H.J. Lu To: egcs@cygnus.com Subject: Re: A config patch Date: Wed, 27 Aug 1997 14:39:54 -0000 Message-id: In-reply-to: 199708270813.BAA09607@rtl.cygnus.com X-SW-Source: 1997-08/0608.html > > > --- /dev/null Wed Dec 31 16:00:00 1969 > > +++ config/mh-alphapic Mon Aug 25 18:42:20 1997 > > @@ -0,0 +1 @@ > > +PICFLAG=-fPIC > > This is incorrect for OSF/1 cc. And, really, it has almost nil > affect. Better might be > > empty = > PICFLAG=$(empty) $(empty) > > so that [ -z "$PICFLAG" ] succeeds. But you would need to use > libtool to think about getting OSF/1 shared libraries built -- > gcc -shared certainly doesn't work. > That may be true. But at least you can make libstdc++.so for alpha/ELF. -- H.J. Lu (hjl@gnu.ai.mit.edu)