diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-12 18:56:21 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-12 18:56:21 +0000 |
commit | dd084c44cf9bdc9598188f28d920137277645b1b (patch) | |
tree | eaa1395b82d0f34cba49a952e70266ddbd44a444 | |
parent | 7ef75910911808fce0694396f6335f9130172895 (diff) | |
download | ATCD-dd084c44cf9bdc9598188f28d920137277645b1b.tar.gz |
with CC 5.0, added -library=iostream,no%Cstd to CCFLAGS.
-rw-r--r-- | include/makeinclude/platform_sunos5_sunc++.GNU | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU index 189c0fb0864..3e61ee551f7 100644 --- a/include/makeinclude/platform_sunos5_sunc++.GNU +++ b/include/makeinclude/platform_sunos5_sunc++.GNU @@ -29,7 +29,7 @@ distrib = 0 threads = 1 ifeq ($(threads),1) - CFLAGS += -mt + CFLAGS += -mt LDFLAGS += -mt endif # threads @@ -60,8 +60,8 @@ ifeq (Compilers 5,$(findstring Compilers 5,$(CC_VERSION))) inline = 0 #### Support RTTI by default. And, use explicit template instantiation #### because automatic instantiation appears to be broken, at least - #### with early releases of CC 5.0. - CCFLAGS += $(CFLAGS) -instances=explicit + #### with early releases of CC 5.0. And, use old iostreams. + CCFLAGS += $(CFLAGS) -library=iostream,no%Cstd -instances=explicit endif # CC 5.0 or later endif # ! 4.2 |