File openssl-hppa-config.diff of Package compat-openssl097g
--- config 2002/09/30 07:46:38 1.1
+++ config 2002/09/30 07:50:02
@@ -552,7 +552,11 @@
# PA8500 -> 8000 (2.0)
# PA8600 -> 8000 (2.0)
- CPUSCHEDULE=`echo $CPUSCHEDULE|sed -e 's/7300LC/7100LC/' -e 's/8?00/8000/'`
+ # CPUSCHEDULE=`echo $CPUSCHEDULE|sed -e 's/7300LC/7100LC/' -e 's/8?00/8000/'`
+ # lets have CPUSCHEDULE for 1.1:
+ CPUSCHEDULE=7100LC
+ # we want to support 1.1 CPUs as well:
+ CPUARCH=1.1
# Finish Model transformations
options="$options -mschedule=$CPUSCHEDULE -march=$CPUARCH"