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
dc09b107
Commit
dc09b107
authored
Nov 12, 2010
by
Jan Hubicka
Committed by
Jan Hubicka
Nov 11, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/bootstrap-lto: Use -flto.
From-SVN: r166630
parent
58ebaaf1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ChangeLog
+4
-0
config/bootstrap-lto.mk
+2
-2
No files found.
ChangeLog
View file @
dc09b107
2010-11-11 Jan Hubicka <jh@suse.cz>
* config/bootstrap-lto: Use -flto.
2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
* configure.ac: Support official CLooG.org versions.
...
...
config/bootstrap-lto.mk
View file @
dc09b107
# This option enables LTO for stage2 and stage3. It requires lto to
# be enabled for stage1 with --enable-stage1-languages.
STAGE2_CFLAGS += -f
whopr
=jobserver -fuse-linker-plugin -frandom-seed=1
STAGE3_CFLAGS += -f
whopr
=jobserver -fuse-linker-plugin -frandom-seed=1
STAGE2_CFLAGS += -f
lto
=jobserver -fuse-linker-plugin -frandom-seed=1
STAGE3_CFLAGS += -f
lto
=jobserver -fuse-linker-plugin -frandom-seed=1
# Ada fails to build with LTO, turn it off for now.
BOOT_ADAFLAGS += -fno-lto
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