diff options
author | Erich Eckner <git@eckner.net> | 2016-05-30 12:26:23 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-05-30 12:26:23 +0200 |
commit | d7c2ff2c631be541ba89ff4586906b792b89055c (patch) | |
tree | 42d0f42babaeb74d26f710ed3ddbd23270d415bd | |
parent | 131bbc8b74305cc04b2b12afe5f2f1ed5322e1e1 (diff) | |
download | archlinuxewe-d7c2ff2c631be541ba89ff4586906b792b89055c.tar.xz |
makepkg32.patch updated for "x86_64-pc-linux-gnu"
-rw-r--r-- | makepkg32.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makepkg32.patch b/makepkg32.patch index 0581a4091..b6114c6fd 100644 --- a/makepkg32.patch +++ b/makepkg32.patch @@ -5,9 +5,9 @@ ######################################################################### # -CARCH="x86_64" --CHOST="x86_64-unknown-linux-gnu" +-CHOST="x86_64-pc-linux-gnu" +CARCH="i686" -+CHOST="i686-unknown-linux-gnu" ++CHOST="i686-pc-linux-gnu" #-- Compiler and Linker Flags # -march (or -mcpu) builds exclusively for an architecture |