Public bug reported:

Binary package hint: tcc

In configure script tcc check for CPU with command uname -m

If uname -m gets arm or armv7l configure script fail.

With simple changing line
armv4l|armv5tel|armv6j|armv7a)
to
armv4l|armv5tel|armv6j|armv7a|armv7l|arm)

compilation is possible (in arm scratchbox and on Nokia N900)

** Affects: tcc (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Please add CPUs arm and armv7l to configure script
https://bugs.launchpad.net/bugs/617762
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to