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
9fb28a67
Commit
9fb28a67
authored
Feb 14, 2003
by
Rainer Orth
Committed by
Rainer Orth
Feb 14, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.in: Fix typo.
* configure.in: Fix typo. * configure: Regenerate. From-SVN: r62902
parent
60f469fa
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 @
9fb28a67
2003
-
02
-
14
Rainer
Orth
<
ro
@TechFak
.
Uni
-
Bielefeld
.
DE
>
*
configure
.
in
:
Fix
typo
.
*
configure
:
Regenerate
.
2003
-
02
-
14
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
config
/
h8300
/
h8300
.
md
(
*
iorsi2_and_1_lshiftrt_1
)
:
New
.
...
...
gcc/configure
View file @
9fb28a67
...
...
@@ -8498,7 +8498,7 @@ EOF
;;
esac
if
test
x
$with_sysroot
=
x
&&
x
$host
=
x
$target
\
if
test
x
$with_sysroot
=
x
&&
test
x
$host
=
x
$target
\
&&
test
"
$prefix
"
!=
"/usr"
&&
test
"x
$prefix
"
!=
"x
$local_prefix
"
;
then
cat
>>
confdefs.h
<<
EOF
#define PREFIX_INCLUDE_DIR "
$prefix
/include"
...
...
gcc/configure.in
View file @
9fb28a67
...
...
@@ -2426,7 +2426,7 @@ case "$target" in
;;
esac
if test x$with_sysroot = x && x$host = x$target \
if test x$with_sysroot = x &&
test
x$host = x$target \
&& test "$prefix" != "/usr" && test "x$prefix" != "x$local_prefix" ; then
AC_DEFINE_UNQUOTED(PREFIX_INCLUDE_DIR, "$prefix/include")
fi
...
...
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