FreeBSD Bugzilla – Attachment 196031 Details for
Bug 230485
lang/gcc6-aux: fix build on aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
lang_gcc6-aux.diff (text/plain), 1.85 KB, created by
Mikael Urankar
on 2018-08-09 16:43:00 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2018-08-09 16:43:00 UTC
Size:
1.85 KB
patch
obsolete
>Index: lang/gcc6-aux/Makefile >=================================================================== >--- lang/gcc6-aux/Makefile (revision 476499) >+++ lang/gcc6-aux/Makefile (working copy) >@@ -16,9 +16,6 @@ > LICENSE= GPLv3 GPLv3RLE > LICENSE_COMB= multi > >-BROKEN_FreeBSD_12_aarch64= fails to configure: cannot compute sizeof (long long) >-BROKEN_aarch64= fails to configure: ./config.h:556:15: two or more data types in declaration specifiers >- > .include "${.CURDIR}/Makefile.common" > > LANGS= c c++ ada >@@ -55,8 +52,10 @@ > .if ${OPSYS} == FreeBSD > ONLY_FOR_ARCHS= aarch64 amd64 i386 > MODERN_BINUTILS= yes >-. if ${ARCH} == aarch64 >-BOOTSTRAP_COMPILER= ada-bootstrap.aarch64.freebsd.120.tar.bz2 >+. if ${ARCH} == aarch64 && ${OSVERSION} > 1200075 #ino64 >+ BOOTSTRAP_COMPILER= ada-bootstrap.aarch64.freebsd.120.tar.bz2 >+. elif ${ARCH} == aarch64 >+BOOTSTRAP_COMPILER= ada-bootstrap.aarch64.freebsd.111.tar.bz2 > . elif ${ARCH} == amd64 && ${OSVERSION} > 1200030 #ino64 > BOOTSTRAP_COMPILER= ada-bootstrap.${GARCH}.freebsd.120.tar.bz2 > . elif ${ARCH} == i386 && ${OSVERSION} > 1200030 #ino64 >Index: lang/gcc6-aux/distinfo >=================================================================== >--- lang/gcc6-aux/distinfo (revision 476499) >+++ lang/gcc6-aux/distinfo (working copy) >@@ -13,3 +13,7 @@ > SIZE (ada-bootstrap.x86_64.freebsd.120.tar.bz2) = 52651957 > SHA256 (ada-bootstrap.aarch64.freebsd.120.tar.bz2) = 84d96268e864564bc4adddf54bac492ff74a0d7112c13283512542cde71663e7 > SIZE (ada-bootstrap.aarch64.freebsd.120.tar.bz2) = 53840614 >+SHA256 (ada-bootstrap.aarch64.freebsd.111.tar.bz2) = b16284a3c2e9aea2e11ee52724ccafea08b00f3f0003130c71f8133163c9ef06 >+SIZE (ada-bootstrap.aarch64.freebsd.111.tar.bz2) = 63714336 >+SHA256 (ada-bootstrap.aarch64.freebsd.120.tar.bz2) = 22929f98dbed737dcb84098704d9d9e04fef16d27f17689be926284eddc7bbc3 >+SIZE (ada-bootstrap.aarch64.freebsd.120.tar.bz2) = 64399030
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
Actions:
View
|
Diff
Attachments on
bug 230485
:
196031
|
199232