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
6bee5372
Commit
6bee5372
authored
Nov 11, 2002
by
DJ Delorie
Committed by
DJ Delorie
Nov 11, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Look for common files in the right place.
From-SVN: r59039
parent
3788cc17
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
libffi/ChangeLog
+4
-0
libffi/configure
+3
-3
libffi/configure.in
+1
-0
No files found.
libffi/ChangeLog
View file @
6bee5372
2002-11-11 DJ Delorie <dj@redhat.com>
* configure.in: Look for common files in the right place.
2002-10-08 Ulrich Weigand <uweigand@de.ibm.com>
2002-10-08 Ulrich Weigand <uweigand@de.ibm.com>
* src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
* src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
...
...
libffi/configure
View file @
6bee5372
...
@@ -652,9 +652,8 @@ else
...
@@ -652,9 +652,8 @@ else
libffi_basedir
=
"
${
srcdir
}
"
libffi_basedir
=
"
${
srcdir
}
"
fi
fi
ac_aux_dir
=
ac_aux_dir
=
for
ac_dir
in
$
srcdir
$srcdir
/..
$srcdir
/..
/..
;
do
for
ac_dir
in
$
{
libffi_basedir
}
/..
$srcdir
/
${
libffi_basedir
}
/..
;
do
if
test
-f
$ac_dir
/install-sh
;
then
if
test
-f
$ac_dir
/install-sh
;
then
ac_aux_dir
=
$ac_dir
ac_aux_dir
=
$ac_dir
ac_install_sh
=
"
$ac_aux_dir
/install-sh -c"
ac_install_sh
=
"
$ac_aux_dir
/install-sh -c"
...
@@ -666,13 +665,14 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
...
@@ -666,13 +665,14 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
fi
fi
done
done
if
test
-z
"
$ac_aux_dir
"
;
then
if
test
-z
"
$ac_aux_dir
"
;
then
{
echo
"configure: error: can not find install-sh or install.sh in
$
srcdir
$srcdir
/..
$srcdir
/..
/.."
1>&2
;
exit
1
;
}
{
echo
"configure: error: can not find install-sh or install.sh in
$
{
libffi_basedir
}
/..
$srcdir
/
${
libffi_basedir
}
/.."
1>&2
;
exit
1
;
}
fi
fi
ac_config_guess
=
$ac_aux_dir
/config.guess
ac_config_guess
=
$ac_aux_dir
/config.guess
ac_config_sub
=
$ac_aux_dir
/config.sub
ac_config_sub
=
$ac_aux_dir
/config.sub
ac_configure
=
$ac_aux_dir
/configure
# This should be Cygnus configure.
ac_configure
=
$ac_aux_dir
/configure
# This should be Cygnus configure.
# Make sure we can run config.sub.
# Make sure we can run config.sub.
if
${
CONFIG_SHELL
-/bin/sh
}
$ac_config_sub
sun4
>
/dev/null 2>&1
;
then
:
if
${
CONFIG_SHELL
-/bin/sh
}
$ac_config_sub
sun4
>
/dev/null 2>&1
;
then
:
else
{
echo
"configure: error: can not run
$ac_config_sub
"
1>&2
;
exit
1
;
}
else
{
echo
"configure: error: can not run
$ac_config_sub
"
1>&2
;
exit
1
;
}
...
...
libffi/configure.in
View file @
6bee5372
...
@@ -30,6 +30,7 @@ else
...
@@ -30,6 +30,7 @@ else
libffi_basedir="${srcdir}"
libffi_basedir="${srcdir}"
fi
fi
AC_SUBST(libffi_basedir)
AC_SUBST(libffi_basedir)
AC_CONFIG_AUX_DIR(${libffi_basedir}/..)
AC_CANONICAL_HOST
AC_CANONICAL_HOST
...
...
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