Commit 561260fe by Richard Kenner

(LINK_SPEC): Add -bexport:/usr/lib/libg.exp when -g.

From-SVN: r5220
parent 642a35f1
......@@ -51,7 +51,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
csects. See AIX documentation for more information about this. */
#define LINK_SPEC "-T512 -H512 -btextro -bhalt:4 -bnodelcsect\
%{static:-bnso -bI:/lib/syscalls.exp}"
%{static:-bnso -bI:/lib/syscalls.exp} %{g*:-bexport:/usr/lib/libg.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