[Python-checkins] CVS: python/dist/src configure,1.114,1.115 configure.in,1.122,1.123

Guido van Rossum python-dev@python.org
Mon, 22 May 2000 14:31:53 -0700


Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv32367

Modified Files:
	configure configure.in 
Log Message:
Reduce opt level for BeOS - Donn Cave.

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -r1.114 -r1.115
*** configure	2000/05/18 20:53:31	1.114
--- configure	2000/05/22 21:31:50	1.115
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.122 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.123 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 714,718 ****
  			CC="gcc -I$PWD/BeOS"
  			without_gcc=no
! 			OPT="-DUSE_DL_EXPORT -O3 -mpentiumpro"
  			CCSHARED=-UUSE_DL_EXPORT
  
--- 714,718 ----
  			CC="gcc -I$PWD/BeOS"
  			without_gcc=no
! 			OPT="-DUSE_DL_EXPORT -O"
  			CCSHARED=-UUSE_DL_EXPORT
  

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -r1.122 -r1.123
*** configure.in	2000/05/18 20:52:48	1.122
--- configure.in	2000/05/22 21:31:50	1.123
***************
*** 1,4 ****
  dnl Process this file with autoconf 2.0 or later to make a configure script.
! AC_REVISION($Revision: 1.122 $)
  AC_PREREQ(2.0)
  AC_INIT(Include/object.h)
--- 1,4 ----
  dnl Process this file with autoconf 2.0 or later to make a configure script.
! AC_REVISION($Revision: 1.123 $)
  AC_PREREQ(2.0)
  AC_INIT(Include/object.h)
***************
*** 136,140 ****
  			CC="gcc -I$PWD/BeOS"
  			without_gcc=no
! 			OPT="-DUSE_DL_EXPORT -O3 -mpentiumpro"
  			CCSHARED=-UUSE_DL_EXPORT
  
--- 136,140 ----
  			CC="gcc -I$PWD/BeOS"
  			without_gcc=no
! 			OPT="-DUSE_DL_EXPORT -O"
  			CCSHARED=-UUSE_DL_EXPORT