libm: fix building out-of-tree

Thanks to Thierry Reding for noticing!

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
Bernhard Reutner-Fischer 2011-05-12 12:26:41 +02:00
parent f6e44ebb52
commit 2fbbd10ac6

View 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