Subject: re: Switching lib/csu/c++/c++rt0.c to -fPIC
To: David Brownlee <abs@mono.org>
From: matthew green <mrg@eterna.com.au>
List: tech-userlevel
Date: 12/08/1999 02:06:13
Can we either:
a) Compile two versions of c++rt0.c, one -fpic, the other
-fPIC, default being -fPIC?
b) Lose -fpic altogether and use -fPIC.
I'd prefer to do option a), since it then allows someone who wants
to use -fpic for performance reasons to do so, albeit with more
effort.
i want (b) on the sparc. other ports i do not know about. we provide
sources for a reason (so someone can do (a)).