blob: 4bfb3c118fc7a9f4c9b9bef2e881c394011f3cfd [file] [log] [blame]
cmrt set CC=g++ -g in it make file. It is not right to use hard coded 'g++',
this patch fixes that.
--- work/cmrt-1.0.5/src/Makefile.am
+++ work/cmrt-1.0.5/src/Makefile.am
@@ -20,7 +20,7 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-CC = g++ -g
+CC = ${CXX} -g
SUBDIRS =