Skip to content
Snippets Groups Projects
Commit 9ab3a8e5 authored by Tinny Ng's avatar Tinny Ng
Browse files

Remove -lC for Solaris build.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173289 13f79535-47bb-0310-9956-ffa450edef68
parent f7e96ffd
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,9 @@
#
#
# $Log$
# Revision 1.11 2001/11/23 16:17:46 tng
# Remove -lC for Solaris build.
#
# Revision 1.10 2001/10/18 18:16:47 tng
# Use opt2 on AIX platform.
#
......@@ -221,7 +224,7 @@ fi
;;
cc | CC)
standardLibFlags="-L/usr/lib -L/usr/ccs/lib -lC";;
standardLibFlags="-L/usr/lib -L/usr/ccs/lib";;
acc | aCC)
standardLibFlags="";;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment