|
Boost : |
From: Ronald Garcia (garcia_at_[hidden])
Date: 2003-02-05 15:37:51
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 ####
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk