On 13.10.2014 18:30, ext Pekka Jääskeläinen wrote:
Hi Vincent,
* about the architecture not recognized (for arm in particular) within
the configure script, do you have a patch for me to apply?
Kalle, is this hard to fix?
Probably not, but as I don't have an Debian sid ARM available, it is a
bit of a shot in the dark.
But attached is a patch to fix the error in the configuration part. This
assumes that I read correctly that the debian build does build configure
out of configure.ac.
kalle
--- configure.ac.orig 2014-10-14 08:52:57.700728030 +0300
+++ configure.ac 2014-10-14 08:53:47.660729934 +0300
@@ -830,12 +830,12 @@
HOST_AS_FLAGS="$HOST_AS_FLAGS -mfloat-abi=hard";;
esac
;;
- armv7*)
+ arm*)
AC_MSG_NOTICE([using the ARM optimized kernel lib for the native device])
# check for gnueabihf, and set clang target accordingly
case $host in
#armv7l seems a popular host_cpu in distros. Clang uses "armv7", though
- armv7l*gnueabihf)
+ arm*gnueabihf)
llc_triple="armv7-unknown-linux-gnueabihf"
HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -mfloat-abi=hard"
HOST_LLC_FLAGS="$HOST_LLC_FLAGS -float-abi=hard"
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
pocl-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pocl-devel