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
3b1b059c
Commit
3b1b059c
authored
Jun 10, 2003
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.in: Fix typo.
* configure.in: Fix typo. * configure: Regenerate. From-SVN: r67737
parent
08addde6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+5
-0
gcc/configure
+1
-1
gcc/configure.in
+1
-1
No files found.
gcc/ChangeLog
View file @
3b1b059c
2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Fix typo.
* configure: Regenerate.
2003-06-10 Loren James Rittle <ljrittle@acm.org>
2003-06-10 Loren James Rittle <ljrittle@acm.org>
* config/alpha/alpha.c (unicosmk_file_end): Add conditional
* config/alpha/alpha.c (unicosmk_file_end): Add conditional
...
...
gcc/configure
View file @
3b1b059c
...
@@ -5377,7 +5377,7 @@ else
...
@@ -5377,7 +5377,7 @@ else
cd
..
cd
..
rm
-rf
$tempdir
rm
-rf
$tempdir
build_auto
=
auto-build.h
build_auto
=
auto-build.h
FORBUILD
=
../
$
(
build_subdir
)
FORBUILD
=
../
$
{
build_subdir
}
fi
fi
...
...
gcc/configure.in
View file @
3b1b059c
...
@@ -1161,7 +1161,7 @@ else
...
@@ -1161,7 +1161,7 @@ else
cd ..
cd ..
rm -rf $tempdir
rm -rf $tempdir
build_auto=auto-build.h
build_auto=auto-build.h
FORBUILD=../$
(build_subdir)
FORBUILD=../$
{build_subdir}
fi
fi
AC_SUBST(FORBUILD)
AC_SUBST(FORBUILD)
...
...
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