diff options
author | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-18 20:08:50 +0000 |
---|---|---|
committer | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-18 20:08:50 +0000 |
commit | 7935af0530c08aacb61fd92af11ba841cfe12491 (patch) | |
tree | 34341ef42abb7d1705c925e887675960ad9e19f7 /include/makeinclude/platform_linux_lxpthread.GNU | |
parent | 520af2fd5df3a5f0f6b12001a413d5be1adbd015 (diff) | |
download | ATCD-7935af0530c08aacb61fd92af11ba841cfe12491.tar.gz |
Adjusted makefiles to be more similar, and to use g++ for compiling
C++ code.
Diffstat (limited to 'include/makeinclude/platform_linux_lxpthread.GNU')
-rw-r--r-- | include/makeinclude/platform_linux_lxpthread.GNU | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_linux_lxpthread.GNU b/include/makeinclude/platform_linux_lxpthread.GNU index 4f11c69642f..eda6c8ceabf 100644 --- a/include/makeinclude/platform_linux_lxpthread.GNU +++ b/include/makeinclude/platform_linux_lxpthread.GNU @@ -7,8 +7,8 @@ # Jan Rychter <jwr@icm.edu.pl> CC = gcc -CXX = $(CC) -CFLAGS += -w -I. -fno-strict-prototypes -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT +CXX = g++ +CFLAGS += -w -fno-strict-prototypes -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT CCFLAGS += $(CFLAGS) DLD = $(CXX) LD = $(CXX) |