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
543ec995
Commit
543ec995
authored
Jan 10, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(gcc.o, cccp.o): No longer define TOOLDIR.
From-SVN: r6373
parent
ad800eb1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
gcc/Makefile.in
+1
-3
No files found.
gcc/Makefile.in
View file @
543ec995
# Makefile for GNU C compiler.
# Copyright (C) 1987, 88, 90, 91, 92,
1993
Free Software Foundation, Inc.
# Copyright (C) 1987, 88, 90, 91, 92,
93, 1994
Free Software Foundation, Inc.
#This file is part of GNU CC.
...
...
@@ -912,7 +912,6 @@ gcc.o: gcc.c $(CONFIG_H) gvarargs.h config.status
-DDEFAULT_TARGET_VERSION
=
\"
$(version)
\"
\
-DDEFAULT_TARGET_MACHINE
=
\"
$(target)
\"
\
-DTOOLDIR_BASE_PREFIX
=
\"
$(exec_prefix)
/
\"
\
-DTOOLDIR
=
\"
$(tooldir)
/
\"
\
$(MAYBE_TARGET_DEFAULT)
\
-c
`
echo
$(srcdir)
/gcc.c | sed
's,^\./,,'
`
...
...
@@ -1401,7 +1400,6 @@ cccp.o: cccp.c $(CONFIG_H) pcp.h version.c config.status
-DLOCAL_INCLUDE_DIR
=
\"
$(includedir)
\"
\
-DCROSS_INCLUDE_DIR
=
\"
$(libsubdir)
/sys-include
\"
\
-DTOOL_INCLUDE_DIR
=
\"
$(tooldir)
/include
\"
\
-DTOOLDIR
=
\"
$(tooldir)
/
\"
\
-c
`
echo
$(srcdir)
/cccp.c | sed
's,^\./,,'
`
# Note for the stamp targets, we run the program `true' instead of
...
...
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