diff --git a/system/devel/gcc/actions.py b/system/devel/gcc/actions.py index 6a64ff24..621d786a 100755 --- a/system/devel/gcc/actions.py +++ b/system/devel/gcc/actions.py @@ -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() diff --git a/system/devel/gcc/pspec.xml b/system/devel/gcc/pspec.xml index a88798a5..242eb968 100755 --- a/system/devel/gcc/pspec.xml +++ b/system/devel/gcc/pspec.xml @@ -40,8 +40,8 @@ archlinux/fs64270.patch - archlinux/ipa-fix-bit-CPP-when-combined-with-IPA-bit-CP.patch + archlinux/ipa-fix-ICE-in-get_default_value.patch