Commit c1950f1c by Richard Kenner

(LINK_SPEC): Don't pass -btextro if -r.

From-SVN: r6058
parent b205fb6f
......@@ -50,7 +50,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-bnodelcsect undoes a poor choice of default relating to multiply-defined
csects. See AIX documentation for more information about this. */
#define LINK_SPEC "-T512 -H512 -btextro -bhalt:4 -bnodelcsect\
#define LINK_SPEC "-T512 -H512 %{!r:-btextro} -bhalt:4 -bnodelcsect\
%{static:-bnso -bI:/lib/syscalls.exp} %{g*:-bexport:/usr/lib/libg.exp}"
/* Profiled library versions are used by linking with special directories. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment