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
b3b2cbc4
Commit
b3b2cbc4
authored
Apr 11, 2006
by
Mike Frysinger
Committed by
DJ Delorie
Apr 10, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc/Makefile.in (gcc-cross): Add $(exeext) to target name.
From-SVN: r112847
parent
33c9159e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+2
-2
No files found.
gcc/ChangeLog
View file @
b3b2cbc4
2006
-
04
-
10
Mike
Frysinger
<
vapier
@gentoo
.
org
>
*
gcc
/
Makefile
.
in
(
gcc
-
cross
)
:
Add
$
(
exeext
)
to
target
name
.
2006
-
04
-
10
Aldy
Hernandez
<
aldyh
@redhat
.
com
>
2006
-
04
-
10
Aldy
Hernandez
<
aldyh
@redhat
.
com
>
PR
/
21391
PR
/
21391
...
...
gcc/Makefile.in
View file @
b3b2cbc4
...
@@ -1251,7 +1251,7 @@ config.status: $(srcdir)/configure $(srcdir)/config.gcc
...
@@ -1251,7 +1251,7 @@ config.status: $(srcdir)/configure $(srcdir)/config.gcc
all.internal
:
start.encap rest.encap doc
all.internal
:
start.encap rest.encap doc
# This is what to compile if making a cross-compiler.
# This is what to compile if making a cross-compiler.
all.cross
:
native gcc-cross cpp$(exeext) specs
\
all.cross
:
native gcc-cross
$(exeext)
cpp$(exeext) specs
\
$(LIBGCC) $(EXTRA_PARTS) lang.all.cross doc @GENINSRC@ srcextra
$(LIBGCC) $(EXTRA_PARTS) lang.all.cross doc @GENINSRC@ srcextra
# This is what must be made before installing GCC and converting libraries.
# This is what must be made before installing GCC and converting libraries.
start.encap
:
native xgcc$(exeext) cpp$(exeext) specs
\
start.encap
:
native xgcc$(exeext) cpp$(exeext) specs
\
...
@@ -1361,7 +1361,7 @@ $(SPECS): xgcc$(exeext)
...
@@ -1361,7 +1361,7 @@ $(SPECS): xgcc$(exeext)
# We do want to create an executable named `xgcc', so we can use it to
# We do want to create an executable named `xgcc', so we can use it to
# compile libgcc2.a.
# compile libgcc2.a.
# Also create gcc-cross, so that install-common will install properly.
# Also create gcc-cross, so that install-common will install properly.
gcc-cross
:
xgcc$(exeext)
gcc-cross
$(exeext)
:
xgcc$(exeext)
cp xgcc
$(exeext)
gcc-cross
$(exeext)
cp xgcc
$(exeext)
gcc-cross
$(exeext)
dummy-checksum.o
:
dummy-checksum.c
dummy-checksum.o
:
dummy-checksum.c
...
...
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