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
c625c898
Commit
c625c898
authored
Jan 17, 2005
by
R. Kelley Cook
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undo mistaken commit
From-SVN: r93784
parent
ded73657
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
90 deletions
+27
-90
gcc/ada/Makefile.in
+3
-3
gcc/doc/include/texinfo.tex
+24
-87
No files found.
gcc/ada/Makefile.in
View file @
c625c898
...
...
@@ -240,14 +240,14 @@ ALL_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(LOOSE_CFLAGS) \
# Likewise.
ALL_CPPFLAGS
=
$(CPPFLAGS)
$(X_CPPFLAGS)
$(T_CPPFLAGS)
# This is where we get libiberty.
l
a from.
LIBIBERTY
=
../../libiberty/libiberty.
l
a
# This is where we get libiberty.a from.
LIBIBERTY
=
../../libiberty/libiberty.a
# How to link with both our special library facilities
# and the system's installed libraries.
LIBS
=
$(LIBINTL)
$(LIBIBERTY)
$(SYSLIBS)
LIBDEPS
=
$(LIBINTL_DEP)
$(LIBIBERTY)
TOOLS_LIBS
=
$(LIBGNAT)
$(EXTRA_GNATTOOLS_OBJS)
link.o ../../../libiberty/libiberty.
l
a
$(SYSLIBS)
TOOLS_LIBS
=
$(LIBGNAT)
$(EXTRA_GNATTOOLS_OBJS)
link.o ../../../libiberty/libiberty.a
$(SYSLIBS)
# Specify the directories to be searched for header files.
# Both . and srcdir are used, in that order,
...
...
gcc/doc/include/texinfo.tex
View file @
c625c898
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