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
289661dc
Commit
289661dc
authored
Jun 27, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up Make-{host,target,hooks} in all subdirs, not just '.'.
From-SVN: r14344
parent
5c40e677
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/configure.in
+4
-4
No files found.
gcc/configure.in
View file @
289661dc
...
...
@@ -2675,10 +2675,6 @@ all_lang_makefiles=
all_headers=
all_lib2funcs=
rm -f Make-host Make-target Make-hooks
touch Make-host
touch Make-target
touch Make-hooks
host_overrides="Make-host"
target_overrides="Make-target"
cross_overrides="/dev/null"
...
...
@@ -2719,6 +2715,10 @@ do
test -d $subdir || mkdir $subdir
cd $subdir
rm -f Make-host Make-target Make-hooks
touch Make-host
touch Make-target
touch Make-hooks
# Conditionalize the makefile for this host machine.
dep_host_xmake_file=
merged_frags=
...
...
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