[Python-checkins] CVS: python/dist/src/Modules makesetup,1.36,1.37

A.M. Kuchling akuchling@users.sourceforge.net
Fri, 29 Mar 2002 10:00:21 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv13424/Modules

Modified Files:
	makesetup 
Log Message:
[Patch #536769] Add -Xcompiler flag for adding arguments and switches for 
    the compiler


Index: makesetup
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/makesetup,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** makesetup	2 Jun 2001 06:16:02 -0000	1.36
--- makesetup	29 Mar 2002 18:00:18 -0000	1.37
***************
*** 160,163 ****
--- 160,164 ----
  					;;
  			-[IDUCfF]*)	cpps="$cpps $arg";;
+ 			-Xcompiler)	skip=cpps;;
  			-Xlinker)	libs="$libs $arg"; skip=libs;;
  			-rpath)		libs="$libs $arg"; skip=libs;;