summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 328eb691c0bc..8720ae1c4cd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
-pkgbase = i686-elf-gcc
- pkgdesc = The GNU Compiler Collection - cross compiler for i686-elf target
+pkgbase = i586-elf-gcc
+ pkgdesc = The GNU Compiler Collection - cross compiler for i586-elf target
pkgver = 4.9.2
pkgrel = 2
url = http://gcc.gnu.org/
- arch = i686
+ arch = i586
arch = x86_64
license = GPL
license = LGPL
license = FDL
- depends = i686-elf-binutils
+ depends = i586-elf-binutils
depends = zlib
options = !emptydirs
source = ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.9.2/gcc-4.9.2.tar.bz2
@@ -24,5 +24,5 @@ pkgbase = i686-elf-gcc
sha256sums = f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4
sha256sums = 02500a4edd14875f94fe84cbeda4290425cb0c1c2474c6f75d75a303d64b4196
-pkgname = i686-elf-gcc
+pkgname = i586-elf-gcc
diff --git a/PKGBUILD b/PKGBUILD
index 094b6fb7f3b2..de437978c6aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Aurelien Martin <aurlienmartin@gmail.com>
-_target=i686-elf
+_target=i586-elf
pkgname=$_target-gcc
pkgver=4.9.2
pkgrel=2
@@ -9,8 +9,8 @@ _mpfrver=3.1.2
_mpcver=1.0.2
_islver=0.12.2
_cloogver=0.18.1
-pkgdesc='The GNU Compiler Collection - cross compiler for i686-elf target'
-arch=(i686 x86_64)
+pkgdesc='The GNU Compiler Collection - cross compiler for i586-elf target'
+arch=(i586 x86_64)
url='http://gcc.gnu.org/'
license=(GPL LGPL FDL)
depends=($_target-binutils zlib)