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
b4900b37
Commit
b4900b37
authored
Jun 01, 2015
by
Eric Botcazou
Committed by
Eric Botcazou
Jun 01, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/Makefile.in: Fix ARM/Darwin configuration.
From-SVN: r223924
parent
dba606bf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/Makefile.in
+4
-3
No files found.
gcc/ada/ChangeLog
View file @
b4900b37
2015
-
06
-
01
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
Makefile
.
in
:
Fix
ARM
/
Darwin
configuration
.
2015
-
06
-
01
Pierre
-
Marie
de
Rodat
<
derodat
@
adacore
.
com
>
*
gcc
-
interface
/
utils
.
c
(
scale_by_factor_of
):
When
handling
a
function
...
...
gcc/ada/gcc-interface/Makefile.in
View file @
b4900b37
# Makefile for GNU Ada Compiler (GNAT).
# Copyright (C) 1994-201
4
Free Software Foundation, Inc.
# Copyright (C) 1994-201
5
Free Software Foundation, Inc.
#This file is part of GCC.
...
...
@@ -2338,11 +2338,12 @@ ifeq ($(strip $(filter-out darwin%,$(target_os))),)
endif
endif
ifeq
($(strip
$(filter-out
arm,$(
arch
))),)
ifeq
($(strip
$(filter-out
arm,$(
target_cpu
))),)
LIBGNAT_TARGET_PAIRS
+=
\
s-intman.adb<s-intman-susv3.adb
\
s-osprim.adb<s-osprim-darwin.adb
\
$(ATOMICS_TARGET_PAIRS)
$(ATOMICS_TARGET_PAIRS)
\
$(ATOMICS_BUILTINS_TARGET_PAIRS)
LIBGNAT_TARGET_PAIRS
+=
\
system.ads<system-darwin-arm.ads
...
...
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