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
5bc86b59
Commit
5bc86b59
authored
Oct 30, 2017
by
Eric Botcazou
Committed by
Eric Botcazou
Oct 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c (HAVE_TARGET_EXECUTABLE_SUFFIX): Remove old kludge.
From-SVN: r254246
parent
77efd154
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+4
-0
gcc/gcc.c
+3
-2
No files found.
gcc/ChangeLog
View file @
5bc86b59
2017
-
10
-
30
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
.
c
(
HAVE_TARGET_EXECUTABLE_SUFFIX
):
Remove
old
kludge
.
2017
-
10
-
30
Wilco
Dijkstra
<
wdijkstr
@
arm
.
com
>
2017
-
10
-
30
Wilco
Dijkstra
<
wdijkstr
@
arm
.
com
>
*
config
/
arm
/
arm
.
md
(
ashldi3
):
Remove
shift
by
1
expansion
.
*
config
/
arm
/
arm
.
md
(
ashldi3
):
Remove
shift
by
1
expansion
.
gcc/gcc.c
View file @
5bc86b59
...
@@ -170,9 +170,10 @@ env_manager::restore ()
...
@@ -170,9 +170,10 @@ env_manager::restore ()
/* By default there is no special suffix for target executables. */
/* By default there is no special suffix for target executables. */
/* FIXME: when autoconf is fixed, remove the host check - dj */
#ifdef TARGET_EXECUTABLE_SUFFIX
#if defined(TARGET_EXECUTABLE_SUFFIX) && defined(HOST_EXECUTABLE_SUFFIX)
#define HAVE_TARGET_EXECUTABLE_SUFFIX
#define HAVE_TARGET_EXECUTABLE_SUFFIX
#else
#define TARGET_EXECUTABLE_SUFFIX ""
#endif
#endif
/* By default there is no special suffix for host executables. */
/* By default there is no special suffix for host executables. */
...
...
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