Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.6.1
-
None
-
Debian GNU/Hurd 0.3.
-
0a0b37fe0fd1e0152766e3924fdea00427420e39
Description
When compiling Qt 4.6.1 on GNU/Hurd, configure is not able to detect the proper architecture.
This is because `uname -m` returns "i686-AT386", which falls back in the generic case of the $CFG_HOST_ARCH detection.
The attached patches fixes the issue, using the same "transformation" as used in autotools' config.guess, plus recognizing any i?86 combination as i386.