Bugzilla – Attachment 2646 Details for
Bug 2409
Outdated GNU config.guess scripts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add Linux powerpc64le and powerpcle entries
config.guess-ppcle.patch (text/plain), 887 bytes, created by
Darren Tucker
on 2015-06-05 14:45:54 AEST
(
hide
)
Description:
Add Linux powerpc64le and powerpcle entries
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2015-06-05 14:45:54 AEST
Size:
887 bytes
patch
obsolete
>diff --git a/config.guess b/config.guess >index b94cde8..c563628 100755 >--- a/config.guess >+++ b/config.guess >@@ -982,6 +982,12 @@ EOF > ppc:Linux:*:*) > echo powerpc-unknown-linux-gnu > exit ;; >+ ppc64le:Linux:*:*) >+ echo powerpc64le-unknown-linux-gnu >+ exit ;; >+ ppcle:Linux:*:*) >+ echo powerpcle-unknown-linux-gnu >+ exit ;; > s390:Linux:*:* | s390x:Linux:*:*) > echo ${UNAME_MACHINE}-ibm-linux > exit ;; >diff --git a/defines.h b/defines.h >index fa0ccba..3324166 100644 >--- a/defines.h >+++ b/defines.h >@@ -850,4 +850,9 @@ struct winsize { > # endif /* gcc version */ > #endif /* __predict_true */ > >+int sprintf(char *, const char *, ...) __attribute__((deprecated)); >+char *strcpy(char *, const char *) __attribute__((deprecated)); >+char *strcat(char *, const char *) __attribute__((deprecated)); >+char *gets(char *) __attribute__((deprecated)); >+ > #endif /* _DEFINES_H */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 2409
:
2643
| 2646