diff options
author | Chris Lord <chris@openedhand.com> | 2005-02-11 02:16:19 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-02-11 02:16:19 +0000 |
commit | f9a26d6f19dc9adc734ef2e55fbc36f9acd7082d (patch) | |
tree | 8cb754a58bdee479be8ae1abd9c9c566b69e3a77 /conf | |
parent | 792fc8350fd48705f2bd245299650c8aefa66450 (diff) |
Add TARGET_FPU = "soft" to conf/distro/openzaurus.conf
BKrev: 420c1573-jAY2zGKSyeKekR_K-6FGQ
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openzaurus.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf index 738e86171b..9667b4c6fb 100644 --- a/conf/distro/openzaurus.conf +++ b/conf/distro/openzaurus.conf @@ -4,3 +4,4 @@ INHERIT += " package_ipk debian" TARGET_OS = "linux" +TARGET_FPU = "soft" |