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
8f901c12
Commit
8f901c12
authored
10 years ago
by
Eric Botcazou
Committed by
Eric Botcazou
10 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/Makefile.in (Cygwin/Mingw): Fix previous change.
From-SVN: r218003
parent
013d9333
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
26 deletions
+9
-26
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/Makefile.in
+5
-26
No files found.
gcc/ada/ChangeLog
View file @
8f901c12
2014
-
11
-
24
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
Makefile
.
in
(
Cygwin
/
Mingw
):
Fix
previous
change
.
2014
-
11
-
24
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
trans
.
c
(
build_return_expr
):
Use
INIT_EXPR
instead
of
MODIFY_EXPR
to
assign
to
the
return
object
.
(
finalize_nrv_r
):
Adjust
to
above
change
.
...
...
This diff is collapsed.
Click to expand it.
gcc/ada/gcc-interface/Makefile.in
View file @
8f901c12
...
...
@@ -1678,8 +1678,6 @@ ifeq ($(strip $(filter-out cygwin% mingw32% pe,$(target_os))),)
a-exetim.ads<a-exetim-mingw.ads
\
a-intnam.ads<a-intnam-mingw.ads
\
g-sercom.adb<g-sercom-mingw.adb
\
s-trasym.adb<s-trasym-dwarf.adb
\
s-tsmona.adb<s-tsmona-mingw.adb
\
s-interr.adb<s-interr-sigaction.adb
\
s-intman.adb<s-intman-mingw.adb
\
s-mudido.adb<s-mudido-affinity.adb
\
...
...
@@ -1700,30 +1698,11 @@ ifeq ($(strip $(filter-out cygwin% mingw32% pe,$(target_os))),)
SO_OPTS
=
-m64
-Wl
,-soname,
endif
else
LIBGNAT_TARGET_PAIRS
+=
\
a-exetim.adb<a-exetim-mingw.adb
\
a-exetim.ads<a-exetim-mingw.ads
\
a-intnam.ads<a-intnam-mingw.ads
\
g-sercom.adb<g-sercom-mingw.adb
\
s-interr.adb<s-interr-sigaction.adb
\
s-intman.adb<s-intman-mingw.adb
\
s-mudido.adb<s-mudido-affinity.adb
\
s-osinte.ads<s-osinte-mingw.ads
\
s-osprim.adb<s-osprim-mingw.adb
\
s-taprop.adb<s-taprop-mingw.adb
ifeq
($(strip
$(filter-out
x86_64%,$(target_cpu))),)
ifeq
($(strip
$(MULTISUBDIR)),/32)
LIBGNAT_TARGET_PAIRS
+=
\
$(X86_TARGET_PAIRS)
\
system.ads<system-mingw.ads
SO_OPTS
=
-m32
-Wl
,-soname,
else
LIBGNAT_TARGET_PAIRS
+=
\
$(X86_64_TARGET_PAIRS)
\
system.ads<system-mingw-x86_64.ads
SO_OPTS
=
-m64
-Wl
,-soname,
endif
ifeq
($(strip
$(MULTISUBDIR)),/64)
LIBGNAT_TARGET_PAIRS
+=
\
$(X86_64_TARGET_PAIRS)
\
system.ads<system-mingw-x86_64.ads
SO_OPTS
=
-m64
-Wl
,-soname,
else
LIBGNAT_TARGET_PAIRS
+=
\
$(X86_TARGET_PAIRS)
\
...
...
This diff is collapsed.
Click to expand it.
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