From: Jason Merrill Date: Mon, 8 Jul 1996 23:41:08 +0000 (+0000) Subject: Mon Jul 8 15:15:37 1996 Jason Merrill X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51a35603856649797558fa369654233ca8952112;p=binutils-gdb.git Mon Jul 8 15:15:37 1996 Jason Merrill * mt-sparcpic (PICFLAG_FOR_TARGET): Use -fPIC. For consistency with mh-sparcpic and libgcc.a; SunOS 4 apparently doesn't allow mixing of pic and PIC. --- diff --git a/config/ChangeLog b/config/ChangeLog index b0e43cf20a3..900f7f0fe52 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 8 15:15:37 1996 Jason Merrill + + * mt-sparcpic (PICFLAG_FOR_TARGET): Use -fPIC. + Fri Jul 5 11:49:02 1996 Ian Lance Taylor * mh-irix4 (RANLIB): Don't define; Irix 4 does have ranlib. diff --git a/config/mt-sparcpic b/config/mt-sparcpic index ff987275575..35b8c9e4dc2 100644 --- a/config/mt-sparcpic +++ b/config/mt-sparcpic @@ -1 +1 @@ -PICFLAG_FOR_TARGET=-fpic +PICFLAG_FOR_TARGET=-fPIC