diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-20 05:21:11 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-20 05:21:11 +0000 |
commit | 46755f4c22f38d503c4dfac90d09e78062ff7f80 (patch) | |
tree | dae36c0ef4281bfa5450905afc68ae7d5acedaf1 | |
parent | 9c9ea56612e9dd04d455c87c806f8e95744945d9 (diff) |
Use libm_ARCH_DIR and cleanup all possible archs
-rw-r--r-- | libm/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/Makefile.in b/libm/Makefile.in index 60d880dba..a94e778cb 100644 --- a/libm/Makefile.in +++ b/libm/Makefile.in @@ -34,7 +34,7 @@ libm_ARCH_OUT:=$(top_builddir)libm/$(TARGET_ARCH) ifeq ($(UCLIBC_HAS_FPU),y) ifeq ($(DO_C99_MATH),y) --include $(top_srcdir)libm/$(TARGET_ARCH)/Makefile.arch +-include $(libm_ARCH_DIR)/Makefile.arch endif endif @@ -162,4 +162,4 @@ $(libm_MOBJ:.o=.os): $(libm_MSRC) $(compile.m) libm_clean: - $(RM) $(libm_OUT)/*.{o,os,oS,a} $(libm_ARCH_OUT)/*.{o,os,oS} + $(RM) $(libm_OUT)/{,*/}*.{o,os,oS,a} |