Commit 0281e6a9 by Richard Kenner

(LINK_SPEC): Support -static.

From-SVN: r1512
parent ae04227b
......@@ -49,7 +49,8 @@ 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 -btextro -bhalt:4 -bnodelcsect\
%{static:-bnso -bI:/lib/syscalls.exp"
/* Profiled library versions are used by linking with special directories. */
#define LIB_SPEC "%{pg:-L/lib/profiled -L/usr/lib/profiled}\
......
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