From 219b036d37a53cbfe1b4de942cf713dcd899dfb8 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 18 Jun 2007 23:50:46 +0000 Subject: [PATCH] add some notes SVN revision: 30403 --- legacy/evas/README.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/legacy/evas/README.in b/legacy/evas/README.in index 1046d95c06..2ff879201a 100644 --- a/legacy/evas/README.in +++ b/legacy/evas/README.in @@ -269,3 +269,9 @@ DEB: To build deb packages: You will find all the debian source, binary etc. packages put in the directory where you first untarred the source tarball. + + +NOTES: + +For the arm optimisations you want to try: + export CFLAGS="-O2 -march=armv5te -mcpu=arm1136jf-s -fomit-frame-pointer"