Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a67e7b10
Commit
a67e7b10
authored
Jul 27, 2000
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gregor Hoffleit: Don't link with the libieee library if it's not necessary
parent
6e114ec4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
93 additions
and
41 deletions
+93
-41
configure
configure
+89
-40
configure.in
configure.in
+4
-1
No files found.
configure
View file @
a67e7b10
This diff is collapsed.
Click to expand it.
configure.in
View file @
a67e7b10
...
...
@@ -1011,7 +1011,10 @@ AC_SUBST(HAVE_GETHOSTBYNAME)
# (none yet)
# Linux requires this for correct f.p. operations
AC_CHECK_LIB(ieee, __fpu_control)
AC_CHECK_FUNC(__fpu_control,
[],
[AC_CHECK_LIB(ieee, __fpu_control)
])
# Check for --with-fpectl
AC_MSG_CHECKING(for --with-fpectl)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment