Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
402d7dfe
Commit
402d7dfe
authored
May 14, 2001
by
Richard Henderson
Committed by
Richard Henderson
May 14, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mknumeric_limits: Build with -fno-exceptions.
From-SVN: r42075
parent
3581fae0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/mknumeric_limits
+4
-2
No files found.
libstdc++-v3/ChangeLog
View file @
402d7dfe
2001-05-14 Richard Henderson <rth@redhat.com>
* mknumeric_limits: Build with -fno-exceptions.
2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
Switch over to new harness.
...
...
libstdc++-v3/mknumeric_limits
View file @
402d7dfe
...
...
@@ -163,10 +163,12 @@ namespace std {
EOF
echo
"
$CC
-I.
$CPPFLAGS
-I
$BUILD_DIR
/include -DHAVE_CONFIG_H
\
# Must turn off exceptions, because the C++ exception handling support
# routines have not been built yet.
echo
"
$CC
-I.
$CPPFLAGS
-I
$BUILD_DIR
/include -DHAVE_CONFIG_H -fno-exceptions
\
-o
$BUILD_DIR
/src/gen-num-limits
$SRC_DIR
/src/gen-num-limits.cc"
{
$CC
-I
.
$CPPFLAGS
-I
$BUILD_DIR
/include
-DHAVE_CONFIG_H
\
{
$CC
-I
.
$CPPFLAGS
-I
$BUILD_DIR
/include
-DHAVE_CONFIG_H
-fno-exceptions
\
-o
"
$BUILD_DIR
/src/gen-num-limits"
"
$SRC_DIR
/src/gen-num-limits.cc"
}
||
{
echo
"gen-num-limits failed to build, exiting."
...
...
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