diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2005-05-16 13:44:23 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2005-05-16 13:44:23 +0000 |
commit | 7d997e60ca6aea77641b76d08637036bf626e63c (patch) | |
tree | bcffad48da61f3b3e78f9407d228e47a86379a82 /ace/config-qnx-rtp-common.h | |
parent | 421c3fca097167d08b0ea4126f71038d51990756 (diff) | |
download | ATCD-7d997e60ca6aea77641b76d08637036bf626e63c.tar.gz |
ChangeLogTag: Mon May 16 08:44:14 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ace/config-qnx-rtp-common.h')
-rw-r--r-- | ace/config-qnx-rtp-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-qnx-rtp-common.h b/ace/config-qnx-rtp-common.h index 8a0bfb3e48e..0047add1818 100644 --- a/ace/config-qnx-rtp-common.h +++ b/ace/config-qnx-rtp-common.h @@ -28,9 +28,9 @@ // The following defines the Neutrino compiler. // gcc should know to call g++ as necessary #ifdef __GNUC__ -# define ACE_CC_NAME "gcc" +# define ACE_CC_NAME ACE_LIB_TEXT ("gcc") #else -# define ACE_CC_NAME "QNX-RTP compiler ??" +# define ACE_CC_NAME ACE_LIB_TEXT ("QNX-RTP compiler ??") #endif // /usr/nto/include/float.h defines |