diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-02-11 19:36:28 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-02-11 19:36:28 +0000 |
commit | fc0492b5fdae658ad681c1e89cc3946c1d37c6cf (patch) | |
tree | d384796dc59cd092b7ccb04c772447a81262f0e3 /conf/distro | |
parent | 8848259691503e8477c0161bb3919bf6656a4a75 (diff) |
setting TARGET_FPU in oz.conf is sufficient. no need to repeatedly specify it
BKrev: 420d093clokf2m1vNt6mIymvv9Z2-Q
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/openzaurus-3.5.1.conf | 1 | ||||
-rw-r--r-- | conf/distro/openzaurus-3.5.2.conf | 1 | ||||
-rw-r--r-- | conf/distro/openzaurus-3.5.3.conf | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/conf/distro/openzaurus-3.5.1.conf b/conf/distro/openzaurus-3.5.1.conf index 36a9d8d2b6..df4407ddeb 100644 --- a/conf/distro/openzaurus-3.5.1.conf +++ b/conf/distro/openzaurus-3.5.1.conf @@ -15,7 +15,6 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" OEINCLUDELOGS = "yes" KERNEL_CONSOLE = "tty1" -TARGET_FPU = "soft" #DEBUG_OPTIMIZATION = "-O -g3" #DEBUG_BUILD = "1" #INHIBIT_PACKAGE_STRIP = "1" diff --git a/conf/distro/openzaurus-3.5.2.conf b/conf/distro/openzaurus-3.5.2.conf index 7d647a97f3..3e070c35b4 100644 --- a/conf/distro/openzaurus-3.5.2.conf +++ b/conf/distro/openzaurus-3.5.2.conf @@ -18,7 +18,6 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" OEINCLUDELOGS = "yes" KERNEL_CONSOLE = "tty1" -TARGET_FPU = "soft" #DEBUG_OPTIMIZATION = "-O -g3" #DEBUG_BUILD = "1" #INHIBIT_PACKAGE_STRIP = "1" diff --git a/conf/distro/openzaurus-3.5.3.conf b/conf/distro/openzaurus-3.5.3.conf index c7576a8689..3f08c02e9f 100644 --- a/conf/distro/openzaurus-3.5.3.conf +++ b/conf/distro/openzaurus-3.5.3.conf @@ -24,7 +24,6 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" OEINCLUDELOGS = "yes" KERNEL_CONSOLE = "tty1" -TARGET_FPU = "soft" #DEBUG_OPTIMIZATION = "-O -g3" #DEBUG_BUILD = "1" #INHIBIT_PACKAGE_STRIP = "1" |