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
37e9e71d
Commit
37e9e71d
authored
Jan 14, 2011
by
Joseph Myers
Committed by
Joseph Myers
Jan 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
From-SVN: r168798
parent
47524032
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/config/arm/linux-elf.h
+1
-2
No files found.
gcc/ChangeLog
View file @
37e9e71d
2011-01-14 Joseph Myers <joseph@codesourcery.com>
* config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
2011-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2011-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
* configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
...
...
gcc/config/arm/linux-elf.h
View file @
37e9e71d
/* Definitions for ARM running Linux-based GNU systems using ELF
/* Definitions for ARM running Linux-based GNU systems using ELF
Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009, 2010
2005, 2006, 2007, 2008, 2009, 2010
, 2011
Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Philip Blundell <philb@gnu.org>
Contributed by Philip Blundell <philb@gnu.org>
...
@@ -65,7 +65,6 @@
...
@@ -65,7 +65,6 @@
#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
#define LINUX_TARGET_LINK_SPEC "%{h*} %{version:-v} \
#define LINUX_TARGET_LINK_SPEC "%{h*} %{version:-v} \
%{b} \
%{static:-Bstatic} \
%{static:-Bstatic} \
%{shared:-shared} \
%{shared:-shared} \
%{symbolic:-Bsymbolic} \
%{symbolic:-Bsymbolic} \
...
...
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