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
48a0fabb
Commit
48a0fabb
authored
Feb 07, 1996
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not use -V as if it were -v
From-SVN: r11180
parent
7ae6c858
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
gcc/config/rs6000/cygwin32.h
+1
-1
gcc/config/rs6000/netware.h
+1
-1
gcc/config/rs6000/sysv4.h
+2
-2
gcc/config/rs6000/win-nt.h
+1
-1
No files found.
gcc/config/rs6000/cygwin32.h
View file @
48a0fabb
...
...
@@ -46,7 +46,7 @@ Boston, MA 02111-1307, USA. */
#undef LINK_SPEC
#define LINK_SPEC "%{
V} %{v:%{!V:-V}
}"
#define LINK_SPEC "%{
v:-V
}"
/* No need for libgcc, it's in the shared library. */
...
...
gcc/config/rs6000/netware.h
View file @
48a0fabb
...
...
@@ -183,7 +183,7 @@ toc_section () \
#undef ASM_SPEC
#define ASM_SPEC "-u %(asm_cpu) \
%{V} %{v:%{!V:-V}
} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}"
{v:-V
} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}"
/* This is the end of what might become sysv4.h. */
/* Enable output of DBX (stabs) debugging information when asked for it. */
...
...
gcc/config/rs6000/sysv4.h
View file @
48a0fabb
...
...
@@ -535,7 +535,7 @@ do { \
/* Pass various options to the assembler */
#undef ASM_SPEC
#define ASM_SPEC "-u %(asm_cpu) \
%{
V} %{v:%{!V:-V}
} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*} \
%{
v:-V
} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*} \
%{mrelocatable} %{mrelocatable-lib} %{memb} %{msdata: -memb} \
%{mlittle} %{mlittle-endian} %{mbig} %{mbig-endian}"
...
...
@@ -728,7 +728,7 @@ do { \
#undef LINK_SPEC
#define LINK_SPEC "\
%{h*} %{
V} %{v:%{!V:-V}
} %{G*} \
%{h*} %{
v:-V
} %{G*} \
%{b} %{Wl,*:%*} \
%{static:-dn -Bstatic} \
%{shared:-G -dy -z text %{!h*:%{o*:-h %*}}} \
...
...
gcc/config/rs6000/win-nt.h
View file @
48a0fabb
...
...
@@ -50,7 +50,7 @@ Boston, MA 02111-1307, USA. */
%{v}"
#undef LINK_SPEC
#define LINK_SPEC "%{
V} %{v:%{!V:-V}
}"
#define LINK_SPEC "%{
v:-V
}"
/* Allow switches specified in LIB_SPEC, but don't do anything with them
in the compiler. */
...
...
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