Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cpython
Commits
38336406
Commit
38336406
authored
17 years ago
by
Matthias Klose
Browse files
Options
Download
Email Patches
Plain Diff
- Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.
parent
4f2ba552
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
Misc/NEWS
Misc/NEWS
+2
-0
Modules/_ctypes/libffi/configure
Modules/_ctypes/libffi/configure
+1
-1
Modules/_ctypes/libffi/configure.ac
Modules/_ctypes/libffi/configure.ac
+1
-1
No files found.
Misc/NEWS
View file @
38336406
...
@@ -852,6 +852,8 @@ Extension Modules
...
@@ -852,6 +852,8 @@ Extension Modules
- Fix an off-by-one bug in locale.strxfrm().
- Fix an off-by-one bug in locale.strxfrm().
- Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.
Tests
Tests
-----
-----
...
...
This diff is collapsed.
Click to expand it.
Modules/_ctypes/libffi/configure
View file @
38336406
...
@@ -3533,7 +3533,7 @@ x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TAR
...
@@ -3533,7 +3533,7 @@ x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TAR
sh-
*
-linux
*
|
sh[34]
*
-
*
-linux
*
)
TARGET
=
SH
;
TARGETDIR
=
sh
;;
sh-
*
-linux
*
|
sh[34]
*
-
*
-linux
*
)
TARGET
=
SH
;
TARGETDIR
=
sh
;;
sh-
*
-rtems
*
)
TARGET
=
SH
;
TARGETDIR
=
sh
;;
sh-
*
-rtems
*
)
TARGET
=
SH
;
TARGETDIR
=
sh
;;
sh64-
*
-linux
*
|
sh5
*
-
*
-linux
*
)
TARGET
=
SH64
;
TARGETDIR
=
sh64
;;
sh64-
*
-linux
*
|
sh5
*
-
*
-linux
*
)
TARGET
=
SH64
;
TARGETDIR
=
sh64
;;
hppa-
*
-linux
*
|
parisc-
*
-linux
*
)
TARGET
=
PA
;
TARGETDIR
=
pa
;;
hppa
*
-
*
-linux
*
|
parisc
*
-
*
-linux
*
)
TARGET
=
PA
;
TARGETDIR
=
pa
;;
esac
esac
if
test
$TARGETDIR
=
unknown
;
then
if
test
$TARGETDIR
=
unknown
;
then
...
...
This diff is collapsed.
Click to expand it.
Modules/_ctypes/libffi/configure.ac
View file @
38336406
...
@@ -71,7 +71,7 @@ x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TAR
...
@@ -71,7 +71,7 @@ x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TAR
sh-*-linux* | sh[[34]]*-*-linux*) TARGET=SH; TARGETDIR=sh;;
sh-*-linux* | sh[[34]]*-*-linux*) TARGET=SH; TARGETDIR=sh;;
sh-*-rtems*) TARGET=SH; TARGETDIR=sh;;
sh-*-rtems*) TARGET=SH; TARGETDIR=sh;;
sh64-*-linux* | sh5*-*-linux*) TARGET=SH64; TARGETDIR=sh64;;
sh64-*-linux* | sh5*-*-linux*) TARGET=SH64; TARGETDIR=sh64;;
hppa-*-linux* | parisc-*-linux*) TARGET=PA; TARGETDIR=pa;;
hppa
*
-*-linux* | parisc
*
-*-linux*) TARGET=PA; TARGETDIR=pa;;
esac
esac
if test $TARGETDIR = unknown; then
if test $TARGETDIR = unknown; then
...
...
This diff is collapsed.
Click to expand it.
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