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
4bdaaf2f
Commit
4bdaaf2f
authored
Jun 29, 2011
by
Rainer Orth
Committed by
Rainer Orth
Jun 29, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/Makefile.in (TOOLS_LIBS): Add $(LIBINTL).
From-SVN: r175624
parent
bdd98b6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/Makefile.in
+2
-2
No files found.
gcc/ada/ChangeLog
View file @
4bdaaf2f
2011-06-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc-interface/Makefile.in (TOOLS_LIBS): Add $(LIBINTL).
2011-06-18 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/decl.c (gnat_to_gnu_component_type): Use GNAT_TYPE
...
...
gcc/ada/gcc-interface/Makefile.in
View file @
4bdaaf2f
# Makefile for GNU Ada Compiler (GNAT).
# Copyright (C) 1994-201
0
Free Software Foundation, Inc.
# Copyright (C) 1994-201
1
Free Software Foundation, Inc.
#This file is part of GCC.
...
...
@@ -247,7 +247,7 @@ LIBS = $(LIBINTL) $(LIBIBERTY) $(SYSLIBS)
LIBDEPS
=
$(LIBINTL_DEP)
$(LIBIBERTY)
# Default is no TGT_LIB; one might be passed down or something
TGT_LIB
=
TOOLS_LIBS
=
$(EXTRA_GNATTOOLS_OBJS)
targext.o link.o
$(LIBGNAT)
../../../libiberty/libiberty.a
$(SYSLIBS)
$(TGT_LIB)
TOOLS_LIBS
=
$(EXTRA_GNATTOOLS_OBJS)
targext.o link.o
$(LIBGNAT)
$(LIBINTL)
../../../libiberty/libiberty.a
$(SYSLIBS)
$(TGT_LIB)
# Convert the target variable into a space separated list of architecture,
# manufacturer, and operating system and assign each of those to its own
...
...
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