This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2002-09-30.10:25:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

In the CVS head, we currently have

	OpenUNIX*|UnixWare*)
	    OPT="-O -K pentium,host,inline,loop_unroll,alloca ";;

I understand that your patch is also for systems identifying
themselves as UnixWare. Won't the change

+	case $ac_sys_system in
+	    SCO_SV*) OPT="$OPT -m486 -DSCO5";;
+	esac

interfere with that? Could you kindly produce a table that
maps product names to ac_sys_system values?

Also, in the head version, we have

#if defined(__USLC__) && defined(__SCO_VERSION__)
#define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
#endif

in configure.in. Can you please determine whether this is
still needed, or  can be achieved by some other way? 

As for -Kpic: The UnixWare 7 man page on

http://docsrv.caldera.com/cgi-bin/man/man/html.1/cc.1.html

says there is a -KPIC option, but no -Kpic option.
History
Date User Action Args
2007-08-23 15:15:35adminlinkissue615069 messages
2007-08-23 15:15:35admincreate