diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-01-16 16:08:33 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-01-16 16:08:33 +0000 |
commit | 7b1908898e237edd79e0dbd1196b85d8fcd2abb9 (patch) | |
tree | 162f56bafc9b72421ce3100fdac854701cc7977a /packages/cacao/cacao_0.98+hg20071001.bb | |
parent | 0664039e8b169519dca65ea38450d634a3f8ed5c (diff) |
cacaoh-native: Small cleanup in include file.
cacao: Added N800 quirk and a patch to fix AttachCurrentThread behavior.
Diffstat (limited to 'packages/cacao/cacao_0.98+hg20071001.bb')
-rw-r--r-- | packages/cacao/cacao_0.98+hg20071001.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/cacao/cacao_0.98+hg20071001.bb b/packages/cacao/cacao_0.98+hg20071001.bb index 38fcb37b82..65203189b4 100644 --- a/packages/cacao/cacao_0.98+hg20071001.bb +++ b/packages/cacao/cacao_0.98+hg20071001.bb @@ -1,6 +1,6 @@ require cacao.inc -PR = "r5" +PR = "r6" SRC_URI = "\ http://jalimo.evolvis.org/repository/sources/cacao-${PV}.tar.bz2;md5sum=9ff10c929bd0cbf15909107c1aff7518 \ @@ -14,3 +14,9 @@ EXTRA_OECONF += "\ --enable-annotations \ " +# Quirks for Nokia N800: +# - with mfloat-abi=softfp the runtime fails to run anything +# - without --enable-softfloat it cannot find files within Jars +TARGET_CC_ARCH_nokia800 = "-march=armv6j -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=soft" + +EXTRA_OECONF_append_nokia800 = "--enable-softfloat" |