[patch] put nativecodegen to requested llvm components
Gary Benson
gbenson at redhat.com
Mon Feb 23 04:53:50 PST 2009
Robert Schuster wrote:
> attached is what I needed to get shark to run on ARM /w llvm 2.4. This
> is against icedtea6.
> diff -r 86cc7eb0035f configure.ac
> --- a/configure.ac Mon Jan 26 09:09:26 2009 -0500
> +++ b/configure.ac Mon Jan 26 16:50:59 2009 +0100
> @@ -449,7 +449,7 @@
>
> if test "x${SHARK_BUILD_TRUE}" = x; then
> FIND_TOOL([LLVM_CONFIG], [llvm-config])
> - llvm_components=engine
> + llvm_components="engine nativecodegen"
> LLVM_CFLAGS=`$LLVM_CONFIG --cflags $llvm_components | \
> sed -e 's/-O.//g' | sed -e 's/-fomit-frame-pointer//g' | \
> sed -e 's/-D_DEBUG//g'`
Thanks for this Robert, I've committed it. Sorry for taking forever!
Cheers,
Gary
--
http://gbenson.net/
More information about the distro-pkg-dev
mailing list