Skip to content
Snippets Groups Projects
Commit 03fea037 authored by PeiYong Zhang's avatar PeiYong Zhang
Browse files

build w/o -brtl on AIX

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175403 13f79535-47bb-0310-9956-ffa450edef68
parent ee03ca7a
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ endif
ifeq (${PLATFORM}, AIX)
CMP= -c ${CXXFLAGS} -qnotempinc
CC=${COMPILER} -D${PLATFORM}
LINK = ${COMPILER} -brtl ${LDFLAGS}
LINK = ${COMPILER} ${LDFLAGS}
# the compiler knows about this two
# PLATFORM_LIB_LINK_OPTIONS=-L/usr/lpp/xlC/lib
# EXTRA_LINK_OPTIONS=-lC ${EXTRA_LIBS}
......
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