OSDN Git Service

libm: fix building out-of-tree
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 12 May 2011 10:26:41 +0000 (12:26 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 12 May 2011 10:26:41 +0000 (12:26 +0200)
Thanks to Thierry Reding for noticing!

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libm/Makefile.in

index 2235933..f0aaa2a 100644 (file)
@@ -20,7 +20,7 @@
 # by Erik Andersen <andersen@codepoet.org>
 #
 
-subdirs += libm
+subdirs += libm libm/$(TARGET_ARCH)
 
 CFLAGS-libm := -DNOT_IN_libc -DIS_IN_libm $(SSP_ALL_CFLAGS)
 CFLAGS-libm += -D_IEEE_LIBM