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
3123c967
Commit
3123c967
authored
Feb 01, 2003
by
Andreas Jaeger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrongly applied last patch.
From-SVN: r62239
parent
5175d1b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
libffi/configure
+2
-2
libffi/configure.in
+2
-2
No files found.
libffi/configure
View file @
3123c967
...
@@ -633,7 +633,7 @@ fi
...
@@ -633,7 +633,7 @@ fi
if
test
"
${
srcdir
}
"
=
"."
;
then
if
test
"
${
srcdir
}
"
=
"."
;
then
if
test
"
${
with_target_subdir
}
"
!=
"."
;
then
if
test
"
${
with_target_subdir
}
"
!=
"."
;
then
libffi_basedir
=
"
${
with_multisrctop
}
.."
libffi_basedir
=
"
${
with_multisrctop
}
..
/
"
else
else
libffi_basedir
=
"
${
with_multisrctop
}
"
libffi_basedir
=
"
${
with_multisrctop
}
"
fi
fi
...
@@ -4094,7 +4094,7 @@ test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
...
@@ -4094,7 +4094,7 @@ test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
if test -n "
$CONFIG_FILES
"; then
if test -n "
$CONFIG_FILES
"; then
LD="
${
ORIGINAL_LD_FOR_MULTILIBS
}
"
LD="
${
ORIGINAL_LD_FOR_MULTILIBS
}
"
ac_file=Makefile .
${
srcdir
}
/
${
libffi_basedir
}
/
../config-ml.in
ac_file=Makefile .
${
srcdir
}
/
${
libffi_basedir
}
../config-ml.in
fi
fi
exit 0
exit 0
...
...
libffi/configure.in
View file @
3123c967
...
@@ -22,7 +22,7 @@ dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
...
@@ -22,7 +22,7 @@ dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
if test "${srcdir}" = "."; then
if test "${srcdir}" = "."; then
if test "${with_target_subdir}" != "."; then
if test "${with_target_subdir}" != "."; then
libffi_basedir="${with_multisrctop}.."
libffi_basedir="${with_multisrctop}..
/
"
else
else
libffi_basedir="${with_multisrctop}"
libffi_basedir="${with_multisrctop}"
fi
fi
...
@@ -186,7 +186,7 @@ AC_OUTPUT(include/Makefile include/ffi.h Makefile,
...
@@ -186,7 +186,7 @@ AC_OUTPUT(include/Makefile include/ffi.h Makefile,
[
[
if test -n "$CONFIG_FILES"; then
if test -n "$CONFIG_FILES"; then
LD="${ORIGINAL_LD_FOR_MULTILIBS}"
LD="${ORIGINAL_LD_FOR_MULTILIBS}"
ac_file=Makefile . ${srcdir}/${libffi_basedir}
/
../config-ml.in
ac_file=Makefile . ${srcdir}/${libffi_basedir}../config-ml.in
fi
fi
],
],
srcdir=${srcdir}
srcdir=${srcdir}
...
...
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