diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-26 22:03:12 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-26 22:03:12 +0000 |
commit | 0a092972e98d838f36bdde963ae9c1047bd4f4ba (patch) | |
tree | a3c4e8ac03933353cb5e56a66fca80ec664bef63 /include/makeinclude/platform_sunos5_sunc++.GNU | |
parent | 94124b395a6f557faedd34e9bd77a4384030158a (diff) | |
download | ATCD-0a092972e98d838f36bdde963ae9c1047bd4f4ba.tar.gz |
ChangeLogTag: Mon Jun 26 17:01:35 2000 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/platform_sunos5_sunc++.GNU')
-rw-r--r-- | include/makeinclude/platform_sunos5_sunc++.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU index 0a3f61c44fa..eeca189f5d3 100644 --- a/include/makeinclude/platform_sunos5_sunc++.GNU +++ b/include/makeinclude/platform_sunos5_sunc++.GNU @@ -67,7 +67,7 @@ endif # threads CC = cc CXX = CC -CC_VERSION = $(shell CC -V 2>&1) +CC_VERSION = $(shell $(CXX) -V 2>&1) ifeq (Compilers 4.2,$(findstring Compilers 4.2,$(CC_VERSION))) #### CC 4.2, only, supports -features=castop |