mirror of
https://github.com/python/cpython.git
synced 2025-11-07 05:17:20 +00:00
Add Emacs shell-script directive, SunPro version#, and fix typo
This commit is contained in:
parent
53bb550a5f
commit
159b77fd5e
1 changed files with 3 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- shell-script -*-
|
||||||
# The file Setup is used by the makesetup script to construct the files
|
# The file Setup is used by the makesetup script to construct the files
|
||||||
# Makefile and config.c, from Makefile.pre and config.c.in,
|
# Makefile and config.c, from Makefile.pre and config.c.in,
|
||||||
# respectively. The file Setup itself is initially copied from
|
# respectively. The file Setup itself is initially copied from
|
||||||
|
|
@ -330,8 +331,8 @@ cPickle cPickle.c
|
||||||
# For SGI IRIX (tested on 5.3):
|
# For SGI IRIX (tested on 5.3):
|
||||||
#fpectl fpectlmodule.c -lfpe
|
#fpectl fpectlmodule.c -lfpe
|
||||||
|
|
||||||
# For Solaris with SunPro compiler (tested on 2.5):
|
# For Solaris with SunPro compiler (tested on Solaris 2.5 with SunPro C 4.2):
|
||||||
# (Without the compile you don't have -lsunmath.)
|
# (Without the compiler you don't have -lsunmath.)
|
||||||
#fpectl fpectlmodule.c -R/opt/SUNWspro/lib -lsunmath -lm
|
#fpectl fpectlmodule.c -R/opt/SUNWspro/lib -lsunmath -lm
|
||||||
|
|
||||||
# For other systems: see instructions in fpectlmodule.c.
|
# For other systems: see instructions in fpectlmodule.c.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue