Răsfoiți Sursa

libm: fix building out-of-tree

Thanks to Thierry Reding for noticing!

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 ani în urmă
părinte
comite
2fbbd10ac6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      libm/Makefile.in

+ 1 - 1
libm/Makefile.in

@@ -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