patches/glibc/2.10.1/920-make-382.patch
author Cody Schafer <dev@codyps.com>
Fri May 09 19:10:08 2014 -0700 (2014-05-09)
changeset 3310 6fb47591d19d
permissions -rw-r--r--
arch: add option to let gccdecide what floating point to use

Add an ARCH_FLOAT_AUTO option to avoid passing float options
to gcc and allow it to choose

Signed-off-by: Cody P Schafer <dev@codyps.com>
[yann.morin.1998@free.fr: slightly reword the commit log]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <088489641f4790262685.1399687813@localhost>
Patchwork-Id: 347584
     1 diff -urN glibc-2.10.1-orig/manual/Makefile glibc-2.10.1/manual/Makefile
     2 --- glibc-2.10.1-orig/manual/Makefile 2006-01-07 22:43:47.000000000 -0800
     3 +++ glibc-2.10.1/manual/Makefile 2014-01-15 11:49:08.256982014 -0800
     4 @@ -232,7 +232,11 @@
     5  .PHONY: stubs
     6  stubs: $(objpfx)stubs
     7  endif
     8 -$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
     9 +$(objpfx)stamp%:
    10 +	$(make-target-directory)
    11 +	touch $@
    12 +
    13 +$(objpfx)stubs ../po/manual.pot:
    14  	$(make-target-directory)
    15  	touch $@
    16