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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 10 Apr 2001 14:26:26 -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: Neil Schemenauer (nascheme)
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.


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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-04-10 14:26

Message:
Logged In: YES 
user_id=6380

Newl, can you review this and maybe check this in?

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

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