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
07b8e910
Commit
07b8e910
authored
Feb 08, 2011
by
Eric Botcazou
Committed by
Eric Botcazou
Feb 08, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/Makefile.in (x86-64 darwin): Handle multilibs.
From-SVN: r169950
parent
4933ae74
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/Makefile.in
+9
-3
No files found.
gcc/ada/ChangeLog
View file @
07b8e910
2011-02-08 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/Makefile.in (x86-64 darwin): Handle multilibs.
2011-02-03 Eric Botcazou <ebotcazou@adacore.com>
2011-02-03 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/gigi.h (fill_vms_descriptor): Take GNU_TYPE instead of
* gcc-interface/gigi.h (fill_vms_descriptor): Take GNU_TYPE instead of
...
...
gcc/ada/gcc-interface/Makefile.in
View file @
07b8e910
...
@@ -2142,12 +2142,18 @@ ifeq ($(strip $(filter-out darwin%,$(osys))),)
...
@@ -2142,12 +2142,18 @@ ifeq ($(strip $(filter-out darwin%,$(osys))),)
s-taprop.adb<s-taprop-posix.adb
\
s-taprop.adb<s-taprop-posix.adb
\
s-taspri.ads<s-taspri-posix.ads
\
s-taspri.ads<s-taspri-posix.ads
\
s-tpopsp.adb<s-tpopsp-posix-foreign.adb
\
s-tpopsp.adb<s-tpopsp-posix-foreign.adb
\
a-numaux.ads<a-numaux-x86.ads
\
a-numaux.adb<a-numaux-x86.adb
\
g-trasym.ads<g-trasym-unimplemented.ads
\
g-trasym.ads<g-trasym-unimplemented.ads
\
g-trasym.adb<g-trasym-unimplemented.adb
\
g-trasym.adb<g-trasym-unimplemented.adb
\
system.ads<system-darwin-x86_64.ads
\
a-numaux.ads<a-numaux-x86.ads
\
a-numaux.adb<a-numaux-x86.adb
\
$(ATOMICS_TARGET_PAIRS)
$(ATOMICS_TARGET_PAIRS)
ifeq
($(strip
$(MULTISUBDIR)),/i386)
LIBGNAT_TARGET_PAIRS
+=
\
system.ads<system-darwin-x86.ads
else
LIBGNAT_TARGET_PAIRS
+=
\
system.ads<system-darwin-x86_64.ads
endif
endif
endif
ifeq
($(strip
$(filter-out
powerpc%,$(arch))),)
ifeq
($(strip
$(filter-out
powerpc%,$(arch))),)
...
...
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