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
4caa6262
Commit
4caa6262
authored
Aug 02, 1997
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.lang: Fix building of .gdbinit for oldstyle lang subdirs.
From-SVN: r14629
parent
bc28c45b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
gcc/configure.lang
+4
-9
No files found.
gcc/configure.lang
View file @
4caa6262
...
...
@@ -27,7 +27,7 @@ savesrcdir=$srcdir
for subdir in . $oldstyle_subdirs
do
# We only want to do this in language subdirs, but we have to handle
# the case of $subdirs = "".
# the case of $
oldstyle_
subdirs = "".
if [ $subdir = . ]
then
continue
...
...
@@ -69,17 +69,12 @@ do
rm -f .gdbinit
echo "dir ." > .gdbinit
echo "dir ${srcdir}" >> .gdbinit
echo "dir ${mainsrcdir}" >> .gdbinit
if [ x$gdb_needs_out_file_path = xyes ]
then
echo "dir ${srcdir}/config/"`dirname ${out_file}` >> .gdbinit
echo "dir ${
main
srcdir}/config/"`dirname ${out_file}` >> .gdbinit
fi
if [ "x$subdirs" != x ]; then
for s in $subdirs
do
echo "dir ${srcdir}/$s" >> .gdbinit
done
fi
echo "source ${srcdir}/.gdbinit" >> .gdbinit
echo "source ${mainsrcdir}/.gdbinit" >> .gdbinit
;;
esac
...
...
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