* oln_master.cfg (f_oln_unix_icc_10, f_oln_unix_icc_11): Here. --- buildbot/masters/ChangeLog | 6 ++++++ buildbot/masters/oln_master.cfg | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/buildbot/masters/ChangeLog b/buildbot/masters/ChangeLog index 6f56762..862eea7 100644 --- a/buildbot/masters/ChangeLog +++ b/buildbot/masters/ChangeLog @@ -1,3 +1,9 @@ +2010-08-02 Roland Levillain roland@lrde.epita.fr + + Remove useless CXXFLAGS in Olena ICC builds. + + * oln_master.cfg (f_oln_unix_icc_10, f_oln_unix_icc_11): Here. + 2010-07-30 Roland Levillain roland@lrde.epita.fr
Preserve LD_LIBRARY_PATH in Olena ICC builds. diff --git a/buildbot/masters/oln_master.cfg b/buildbot/masters/oln_master.cfg index 7f5a19f..716bb55 100644 --- a/buildbot/masters/oln_master.cfg +++ b/buildbot/masters/oln_master.cfg @@ -171,7 +171,6 @@ f_oln_unix_icc_10 = GNUBuildSystem(project_repos='olena', configure_cmd='source /lrde/dev/linux-x86/intel/icc10.1/bin/iccvars.sh\ && CC="icc" \ CXX="icpc" \ - CXXFLAGS="-I/amd/beyrouth/home/lrde/admin/build/local/" \ ./configure \ --with-gdcm=/lrde/dev/linux-x86/stable/gdcm \ --without-magickxx \ @@ -193,7 +192,6 @@ f_oln_unix_icc_11 = GNUBuildSystem(project_repos='olena', configure_cmd='source /lrde/dev/linux-x86/intel/Compiler/11.0/081/bin/iccvars.sh ia32 \ && CC="icc" \ CXX="icpc" \ - CXXFLAGS="-I/amd/beyrouth/home/lrde/admin/build/local/" \ ./configure \ --with-gdcm=/lrde/dev/linux-x86/stable/gdcm \ --without-magickxx \