From bb81787ae1f8b1d8c513f42766c2155b66feaf84 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 21 May 2010 08:53:34 +0200 Subject: qt: update x86x86fix for 32bit pc hosts The recent change to use config.guess to figure out GNU_HOST_NAME broken the x86x86fix detection for 32bit hosts, as config.guess returns something like i686-pc-linux-gnu rather than something with *-unknown-linux-* like we used to use. Fix it by simply looking for "linux" instead. Signed-off-by: Peter Korsgaard --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 8c6d645a2..7a3fe09f4 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ Fixes all over the tree. - Updated/fixed packages: aumix, avahi, busybox, mtd-utils, ntp + Updated/fixed packages: aumix, avahi, busybox, mtd-utils, ntp, qt Issues resolved (http://bugs.uclibc.org): -- cgit v1.2.3