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
0ab6c9a9
Commit
0ab6c9a9
authored
Nov 20, 2013
by
Jan Hubicka
Committed by
Jan Hubicka
Nov 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/bootstrap-lto.mk: Use -ffat-lto-objects.
From-SVN: r205064
parent
3c8bceb1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
ChangeLog
+4
-0
config/bootstrap-lto.mk
+4
-2
No files found.
ChangeLog
View file @
0ab6c9a9
2013-11-18 Jan Hubicka <jh@suse.cz>
* config/bootstrap-lto.mk: Use -ffat-lto-objects.
2013-11-15 David Edelsohn <dje.gcc@gmail.com>
* MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
...
...
config/bootstrap-lto.mk
View file @
0ab6c9a9
# This option enables LTO for stage2 and stage3.
# FIXME: Our build system is not yet able to use gcc-ar wrapper, so we need
# to go with -ffat-lto-objects.
STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1
STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1
STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1
-ffat-lto-objects
STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1
-ffat-lto-objects
STAGEprofile_CFLAGS += -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