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
21a32e08
Commit
21a32e08
authored
Mar 02, 2004
by
Jan Hubicka
Committed by
Jan Hubicka
Mar 02, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure: Regenerate.
From-SVN: r78765
parent
2ac87ccb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
libjava/ChangeLog
+1
-0
libjava/configure
+2
-2
No files found.
libjava/ChangeLog
View file @
21a32e08
...
...
@@ -2,6 +2,7 @@
* configure.host: Pass -fno-omit-frame-pointer for i386.
* configure.in: Likewise.
* configure: Regenerate.
2004-03-01 Per Bothner <per@bothner.com>
...
...
libjava/configure
View file @
21a32e08
...
...
@@ -1630,7 +1630,7 @@ else
if
{
(
eval echo
configure:1631:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
for
file
in
conftest.
*
;
do
case
$file
in
*
.c
|
*
.o
|
*
.obj
)
;;
*
.
$ac_ext
|
*
.
c
|
*
.o
|
*
.obj
)
;;
*
)
ac_cv_exeext
=
`
echo
$file
| sed
-e
s/conftest//
`
;;
esac
done
...
...
@@ -8532,7 +8532,7 @@ fi
# Define here any compiler flags that you need in order to make backtrace() work.
BACKTRACESPEC
=
case
"
${
host
}
"
in
x86_64
*
-
*
-linux
*
)
x86_64
*
-
*
-linux
*
|
i?86-
*
)
BACKTRACESPEC
=
-fno-omit-frame-pointer
;;
esac
...
...
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