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
fc4c0b43
Commit
fc4c0b43
authored
Jan 28, 2012
by
Tijl Coosemans
Committed by
Gerald Pfeifer
Jan 28, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/freebsd-spec.h [TARGET_LIBC_PROVIDES_SSP]
(LINK_SSP_SPEC): Define. From-SVN: r183670
parent
df8b5535
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
gcc/ChangeLog
+5
-0
gcc/config/freebsd-spec.h
+6
-2
No files found.
gcc/ChangeLog
View file @
fc4c0b43
2011-01-29 Tijl Coosemans <tijl@coosemans.org>
* config/freebsd-spec.h [TARGET_LIBC_PROVIDES_SSP]
(LINK_SSP_SPEC): Define.
2012-01-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2012-01-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/51871
PR target/51871
...
...
gcc/config/freebsd-spec.h
View file @
fc4c0b43
/* Base configuration file for all FreeBSD targets.
/* Base configuration file for all FreeBSD targets.
Copyright (C) 1999, 2000, 2001, 2004, 2005, 2007, 2009, 2010
Copyright (C) 1999, 2000, 2001, 2004, 2005, 2007, 2009, 2010
, 2011,
Free Software Foundation, Inc.
2012
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
@@ -138,6 +138,10 @@ is built with the --enable-threads configure-time option.} \
...
@@ -138,6 +138,10 @@ is built with the --enable-threads configure-time option.} \
#define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
#define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
#endif
#endif
#ifdef TARGET_LIBC_PROVIDES_SSP
#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all:-lssp_nonshared}"
#endif
/* Use --as-needed -lgcc_s for eh support. */
/* Use --as-needed -lgcc_s for eh support. */
#ifdef HAVE_LD_AS_NEEDED
#ifdef HAVE_LD_AS_NEEDED
#define USE_LD_AS_NEEDED 1
#define USE_LD_AS_NEEDED 1
...
...
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