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
47866ac0
Commit
47866ac0
authored
Jun 09, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move language fragment processing to configure.lang.
From-SVN: r14207
parent
ecf95199
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
gcc/configure.in
+4
-5
No files found.
gcc/configure.in
View file @
47866ac0
...
@@ -2619,10 +2619,9 @@ all_lang_makefiles=
...
@@ -2619,10 +2619,9 @@ all_lang_makefiles=
all_headers=
all_headers=
all_lib2funcs=
all_lib2funcs=
rm -f Make-host Make-target Make-
lang Make-
hooks
rm -f Make-host Make-target Make-hooks
touch Make-host
touch Make-host
touch Make-target
touch Make-target
touch Make-lang
touch Make-hooks
touch Make-hooks
host_overrides="Make-host"
host_overrides="Make-host"
target_overrides="Make-target"
target_overrides="Make-target"
...
@@ -2773,9 +2772,6 @@ do
...
@@ -2773,9 +2772,6 @@ do
all_diff_excludes="$all_diff_excludes $diff_excludes"
all_diff_excludes="$all_diff_excludes $diff_excludes"
all_headers="$all_headers $headers"
all_headers="$all_headers $headers"
all_lib2funcs="$all_lib2funcs $lib2funcs"
all_lib2funcs="$all_lib2funcs $lib2funcs"
cat ${mainsrcdir}/$s/Make-lang.in >> Make-lang
cat ${mainsrcdir}/$s/Make-lang.in >> Makefile.ll
fi
fi
done
done
...
@@ -2892,6 +2888,9 @@ done # end of current-dir SUBDIRS loop
...
@@ -2892,6 +2888,9 @@ done # end of current-dir SUBDIRS loop
srcdir=$savesrcdir
srcdir=$savesrcdir
# Process the language fragments
. $srcdir/configure.frag $srcdir "$subdirs"
# Substitute configuration variables
# Substitute configuration variables
AC_SUBST(subdirs)
AC_SUBST(subdirs)
AC_SUBST(all_languages)
AC_SUBST(all_languages)
...
...
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