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
607a4f7d
Commit
607a4f7d
authored
May 23, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1065
parent
f5188608
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
gcc/gcc.c
+8
-0
No files found.
gcc/gcc.c
View file @
607a4f7d
...
@@ -839,6 +839,7 @@ static char *gcc_exec_prefix;
...
@@ -839,6 +839,7 @@ static char *gcc_exec_prefix;
#ifdef CROSS_COMPILE
/* Don't use these prefixes for a cross compiler. */
#ifdef CROSS_COMPILE
/* Don't use these prefixes for a cross compiler. */
#undef MD_EXEC_PREFIX
#undef MD_EXEC_PREFIX
#undef MD_STARTFILE_PREFIX
#undef MD_STARTFILE_PREFIX
#undef MD_STARTFILE_PREFIX_1
#endif
#endif
#ifndef STANDARD_EXEC_PREFIX
#ifndef STANDARD_EXEC_PREFIX
...
@@ -858,6 +859,9 @@ static char *md_exec_prefix = MD_EXEC_PREFIX;
...
@@ -858,6 +859,9 @@ static char *md_exec_prefix = MD_EXEC_PREFIX;
#ifdef MD_STARTFILE_PREFIX
#ifdef MD_STARTFILE_PREFIX
static
char
*
md_startfile_prefix
=
MD_STARTFILE_PREFIX
;
static
char
*
md_startfile_prefix
=
MD_STARTFILE_PREFIX
;
#endif
#endif
#ifdef MD_STARTFILE_PREFIX_1
static
char
*
md_startfile_prefix_1
=
MD_STARTFILE_PREFIX_1
;
#endif
static
char
*
standard_startfile_prefix
=
STANDARD_STARTFILE_PREFIX
;
static
char
*
standard_startfile_prefix
=
STANDARD_STARTFILE_PREFIX
;
static
char
*
standard_startfile_prefix_1
=
"/lib/"
;
static
char
*
standard_startfile_prefix_1
=
"/lib/"
;
static
char
*
standard_startfile_prefix_2
=
"/usr/lib/"
;
static
char
*
standard_startfile_prefix_2
=
"/usr/lib/"
;
...
@@ -3061,6 +3065,10 @@ main (argc, argv)
...
@@ -3061,6 +3065,10 @@ main (argc, argv)
add_prefix
(
&
startfile_prefix
,
md_startfile_prefix
,
0
,
0
,
0
);
add_prefix
(
&
startfile_prefix
,
md_startfile_prefix
,
0
,
0
,
0
);
#endif
#endif
#ifdef MD_STARTFILE_PREFIX_1
add_prefix
(
&
startfile_prefix
,
md_startfile_prefix_1
,
0
,
0
,
0
);
#endif
add_prefix
(
&
startfile_prefix
,
standard_startfile_prefix
,
0
,
0
,
0
);
add_prefix
(
&
startfile_prefix
,
standard_startfile_prefix
,
0
,
0
,
0
);
add_prefix
(
&
startfile_prefix
,
standard_startfile_prefix_1
,
0
,
0
,
0
);
add_prefix
(
&
startfile_prefix
,
standard_startfile_prefix_1
,
0
,
0
,
0
);
add_prefix
(
&
startfile_prefix
,
standard_startfile_prefix_2
,
0
,
0
,
0
);
add_prefix
(
&
startfile_prefix
,
standard_startfile_prefix_2
,
0
,
0
,
0
);
...
...
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