[Patches] [ python-Patches-414991 ] Separate CFLAGS and CPPFLAGS

noreply@sourceforge.net noreply@sourceforge.net
Mon, 09 Apr 2001 13:33:36 -0700


Patches item #414991, was updated on 2001-04-09 13:33
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=414991&group_id=5470

Category: Build
Group: None
Status: Open
Priority: 5
Submitted By: Wilfredo Sanchez (wsanchez)
Assigned to: Nobody/Anonymous (nobody)
Summary: Separate CFLAGS and CPPFLAGS

Initial Comment:
CFLAGS should not contain preprocessor directives, which 
is the role of CPPFLAGS.  By combining the two, it is 
not possible to override CFLAGS (eg. make CFLAGS="-arch 
i386 -arch ppc -O3 -pipe") without breaking the build.

This patch is against Python 2.1b2a.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=414991&group_id=5470