diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-02-10 14:25:24 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-02-10 14:25:24 +0000 |
commit | d6b37442341a2dd10417b17dd0ad69e51c444085 (patch) | |
tree | eb92c22a7a91561e01b1fdf847f6deb3d7928959 /include | |
parent | b302ba5c9743c36a6a4a2e27ca9a001acfa13729 (diff) | |
download | ATCD-d6b37442341a2dd10417b17dd0ad69e51c444085.tar.gz |
ChangeLogTag: Fri Feb 10 13:07:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_linux_icc.GNU | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/makeinclude/platform_linux_icc.GNU b/include/makeinclude/platform_linux_icc.GNU index e3c702a03cd..0516a9deeaf 100644 --- a/include/makeinclude/platform_linux_icc.GNU +++ b/include/makeinclude/platform_linux_icc.GNU @@ -1,14 +1,12 @@ # $Id$ -# According to Roger Tragin <r.tragin@computer.org>, this file -# should allow ACE to be built on Linux, using the Intel compiler. -# -# This is just a copy of platform_linux.GNU, with a few things changed. +# This file should allow ACE to be built on Linux, using the Intel compiler. exceptions ?= 1 debug ?= 1 optimize ?= 1 threads ?= 1 +no_hidden_visibility ?= 1 PLATFORM_XT_CPPFLAGS= PLATFORM_XT_LIBS=-lXt |