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
ca8c3b37
Commit
ca8c3b37
authored
Jun 17, 1998
by
Jason Merrill
Committed by
Jason Merrill
Jun 17, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Don't turn on collect2 unconditionally.
From-SVN: r20551
parent
db02b6b9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
7 deletions
+15
-7
gcc/ChangeLog
+4
-0
gcc/configure
+6
-4
gcc/configure.in
+5
-3
No files found.
gcc/ChangeLog
View file @
ca8c3b37
Wed Jun 17 22:28:48 1998 Jason Merrill <jason@yorick.cygnus.com>
* configure.in: Don't turn on collect2 unconditionally.
Wed Jun 17 20:20:48 1998 Mark Mitchell <mark@markmitchell.com>
* cse.c (cse_basic_block): Don't include NOTE insns in the count
...
...
gcc/configure
View file @
ca8c3b37
...
...
@@ -4765,9 +4765,11 @@ for machine in $build $host $target; do
# No need for collect2 if we have the GNU linker.
# Actually, there is now; GNU ld doesn't handle the EH info or
# collecting for shared libraries.
# Instead we always turn on use_collect2; it's a rather heavyweight
# solution to the problem, but it works.
use_collect2
=
yes
#case x$gnu_ld in
#xyes)
# use_collect2=
# ;;
#esac
# Save data on machine being used to compile GCC in build_xm_file.
# Save data on host machine in vars host_xm_file and host_xmake_file.
...
...
@@ -5131,7 +5133,7 @@ fi
# Figure out what assembler alignment features are present.
echo
$ac_n
"checking assembler alignment features""...
$ac_c
"
1>&6
echo
"configure:513
5
: checking assembler alignment features"
>
&5
echo
"configure:513
7
: checking assembler alignment features"
>
&5
gcc_cv_as
=
gcc_cv_as_alignment_features
=
if
[
-x
as
$host_exeext
]
;
then
...
...
gcc/configure.in
View file @
ca8c3b37
...
...
@@ -2921,9 +2921,11 @@ for machine in $build $host $target; do
# No need for collect2 if we have the GNU linker.
# Actually, there is now; GNU ld doesn't handle the EH info or
# collecting for shared libraries.
# Instead we always turn on use_collect2; it's a rather heavyweight
# solution to the problem, but it works.
use_collect2=yes
#case x$gnu_ld in
#xyes)
# use_collect2=
# ;;
#esac
# Save data on machine being used to compile GCC in build_xm_file.
# Save data on host machine in vars host_xm_file and host_xmake_file.
...
...
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