gcc rebuild
during GIMPLE pass: ccp fs/btrfs/ctree.c: In function ‘insert_new_root’: fs/btrfs/ctree.c:3318:21: internal compiler error: in get_default_value, at tree-ssa-ccp.c:311 3318 | static noinline int insert_new_root(struct btrfs_trans_handle *trans,
This commit is contained in:
@@ -62,11 +62,12 @@ def setup():
|
||||
shelltools.move("mpc-1.2.0", "mpc")
|
||||
shelltools.move("gmp-6.2.0", "gmp")
|
||||
|
||||
shelltools.cd("../")
|
||||
#shelltools.cd("../")
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
|
||||
shelltools.system('.././gcc-%s/configure \
|
||||
|
||||
#shelltools.system('.././gcc-%s/configure \
|
||||
shelltools.system('../configure \
|
||||
--prefix=/usr \
|
||||
--bindir=/usr/bin \
|
||||
--libdir=/usr/lib \
|
||||
@@ -98,16 +99,19 @@ def setup():
|
||||
--enable-checking=release \
|
||||
--build=%s \
|
||||
%s \
|
||||
%s ' % ( verMajor , get.HOST(), opt_arch, opt_multilib))
|
||||
%s ' % ( get.HOST(), opt_arch, opt_multilib))
|
||||
#verMajor
|
||||
|
||||
def build():
|
||||
exportFlags()
|
||||
|
||||
shelltools.cd("../build")
|
||||
#shelltools.cd("../build")
|
||||
shelltools.cd("build")
|
||||
autotools.make('BOOT_CFLAGS="%s" profiledbootstrap' % cflags)
|
||||
|
||||
def install():
|
||||
shelltools.cd("../build")
|
||||
#shelltools.cd("../build")
|
||||
shelltools.cd("build")
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
#autotools.install()
|
||||
|
||||
|
||||
@@ -40,8 +40,8 @@
|
||||
|
||||
<!-- Arch Linux patches -->
|
||||
<Patch level="1">archlinux/fs64270.patch</Patch>
|
||||
<!-- <Patch level="1">archlinux/ipa-fix-ICE-in-get_default_value.patch</Patch> -->
|
||||
<Patch level="1">archlinux/ipa-fix-bit-CPP-when-combined-with-IPA-bit-CP.patch </Patch>
|
||||
<Patch level="1">archlinux/ipa-fix-ICE-in-get_default_value.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user