enable start-stop-daemon by default, i want to use this to clean up a few init script...
[openwrt.git] / target / linux / at91-2.6 / image / u-boot / patches / 005-remove_float.patch
1 diff -urN u-boot-1.1.4.old/cpu/arm920t/config.mk u-boot-1.1.4/cpu/arm920t/config.mk
2 --- u-boot-1.1.4.old/cpu/arm920t/config.mk      2007-03-19 12:44:39.000000000 +0100
3 +++ u-boot-1.1.4/cpu/arm920t/config.mk  2007-03-20 09:23:54.000000000 +0100
4 @@ -21,8 +21,7 @@
5  # MA 02111-1307 USA
6  #
7  
8 -PLATFORM_RELFLAGS += -fno-strict-aliasing  -fno-common -ffixed-r8 \
9 -       -msoft-float
10 +PLATFORM_RELFLAGS += -fno-strict-aliasing  -fno-common -ffixed-r8 
11  
12  PLATFORM_CPPFLAGS += -march=armv4
13  # =========================================================================