Howdy,

I would like to request the addition of the -ansi flag to the
intel configuration file for boost build.  I have received some bug
reports that don't show up unless that flag is enabled.  Since I
understand little of how boost build works, what follows is a patch
suggestion.  Someone else may know better where to place this flag.

Thanks,
ron



Index: intel-linux-tools.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/intel-linux-tools.jam,v
retrieving revision 1.18
diff -c -r1.18 intel-linux-tools.jam
*** intel-linux-tools.jam       17 Jan 2003 14:52:15 -0000      1.18
--- intel-linux-tools.jam       5 Feb 2003 20:35:18 -0000
***************
*** 108,114 ****
  actions intel-linux-C++-action
  {
      $(INTEL_LINUX_SETUP)
!     icc -c -w1 -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) $(C++FLAGS)
-I"$(HDRS)" -I"$(STDHDRS)" -o "$(<)" "$(>)"
  }

  #### Archive ####
--- 108,114 ----
  actions intel-linux-C++-action
  {
      $(INTEL_LINUX_SETUP)
!     icc -c -w1 -ansi -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) $(C++FLAGS)
-I"$(HDRS)" -I"$(STDHDRS)" -o "$(<)" "$(>)"
  }

  #### Archive ####
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to