diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-30 17:03:24 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-30 17:03:24 +0000 |
commit | 71bd0cd9cf4addbc38028705674fb56c2a644071 (patch) | |
tree | 04bde4e58d7f44baa5658f9b16873bf41db91c06 /conf/distro/include | |
parent | f1fac8939e88ca25e8227a6e97393eb216abd738 (diff) | |
parent | f9697f0df1fde19b11a0c358ceca01129526cfc6 (diff) |
merge of '3c1d5bb41a1a43996eb9d3ac2133cb180c1e9033'
and 'c8d646c13830529be97991372255b375e54b8df1'
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/angstrom.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index d9209ad23c..96bc33ede3 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -35,7 +35,8 @@ BUILD_OPTIMIZATION = "-Os" CXXFLAGS += "-fvisibility-inlines-hidden" #ARM EABI is softfloat by default, but let's make sure :) -TARGET_FPU_arm = "soft" +#make it overridable for platforms with FPU, like ep93xx or i.mx31 +TARGET_FPU_arm ?= "soft" #Name the generated images in a sane way IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}" |