diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-19 06:35:49 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-19 06:35:49 +0000 |
commit | 9e0ebfd5b17ce79cdb11e7be40b22797fc68aed0 (patch) | |
tree | 736923e07c0fb0250caf6580bfe81729f124a96a /include | |
parent | 03d24a216ce36e5d1f7f1372f0011d7b13938ba9 (diff) | |
download | ATCD-9e0ebfd5b17ce79cdb11e7be40b22797fc68aed0.tar.gz |
!!!
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_sunos5_g++.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sunos5_g++.GNU b/include/makeinclude/platform_sunos5_g++.GNU index 8790c0a1e44..1201a6e0f65 100644 --- a/include/makeinclude/platform_sunos5_g++.GNU +++ b/include/makeinclude/platform_sunos5_g++.GNU @@ -2,8 +2,8 @@ # # SOBUILD - compile into .so directly # -CC = gcc CXX = gcc -I. -fno-strict-prototypes -D__ACE_INLINE__ -Wall -Wpointer-arith -Winline +CC = $(CXX) DLD = $(CXX) LD = $(CXX) LDFLAGS += -L $(WRAPPER_ROOT)/ace -L ./ # -z muldefs |