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

[Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'. Patch from Jonathan Lennox.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174072 13f79535-47bb-0310-9956-ffa450edef68
parent 5d7508ef
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,8 @@ ...@@ -70,6 +70,8 @@
PLATFORM = @platform@ PLATFORM = @platform@
CC = @cc@ CC = @cc@
CXX = @cxx@ CXX = @cxx@
GCC = @GCC@
GXX = @GXX@
PREFIX = @prefix@ PREFIX = @prefix@
LDFLAGS = @ldflags@ LDFLAGS = @ldflags@
LIBS = @libs@ LIBS = @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