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

noreply@sourceforge.net noreply@sourceforge.net
Fri, 01 Jun 2001 23:20:03 -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: Closed
>Resolution: Accepted
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: Nobody/Anonymous (nobody)
Date: 2001-06-01 17:34

Message:
Logged In: NO 

Neil,  Can we get this checked in for 2.2?

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

Comment By: Neil Schemenauer (nascheme)
Date: 2001-04-10 14:44

Message:
Logged In: YES 
user_id=35752

I agree with the change but I'm not comfortable checking
it in for 2.1 (even though the patch is quite simple).  It
will have to wait.

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

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