summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2011-10-22 02:08:14 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2011-10-22 02:08:14 +0000
commit17c360e5cd1e071ea1723fffde354966f208c796 (patch)
tree187787f5776bc77a2539032ec5c3f8a25031f2d3
parentf183ace16a97648435252aae49f3920daf73a5b6 (diff)
downloadATCD-17c360e5cd1e071ea1723fffde354966f208c796.tar.gz
Sat Oct 22 02:06:37 UTC 2011 Abdullah Sowayan <sowayan@gmail.com>
-rw-r--r--ACE/ChangeLog10
-rw-r--r--ACE/include/makeinclude/platform_macosx_common.GNU6
2 files changed, 13 insertions, 3 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index bb137147099..ddc41b52d64 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,13 @@
+Sat Oct 22 02:06:37 UTC 2011 Abdullah Sowayan <sowayan@gmail.com>
+
+ * include/makeinclude/platform_macosx_common.GNU:
+
+ Added missing:
+ DCCFLAGS += -g
+
+ From the file. Thanks to William R. Otte <wotte@dre.vanderbilt.edu>
+ for pointing this out.
+
Fri Oct 21 23:35:30 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
* ace/Time_Value.inl:
diff --git a/ACE/include/makeinclude/platform_macosx_common.GNU b/ACE/include/makeinclude/platform_macosx_common.GNU
index 318f63b8235..497027bc4dc 100644
--- a/ACE/include/makeinclude/platform_macosx_common.GNU
+++ b/ACE/include/makeinclude/platform_macosx_common.GNU
@@ -26,10 +26,10 @@ with_ld = macosx
CC ?= gcc
CXX ?= g++
-
+DCCFLAGS += -g
DCFLAGS += -g
-DLD = $(CXX)
-LD = $(CXX)
+DLD = $(CXX)
+LD = $(CXX)
#LIBS += -lstdc++.6 -lSystem -lSystemStubs
OCFLAGS += -O2