Revert "Merge branch 'master' of https://github.com/mono/mono"
[mono.git] / mono / utils / Makefile.am
index 9a8c7a1cbe1a240bf947520c3876b25c3cb5ecaf..9af5b9128f039da9837f6fc81669ced2d47108a3 100644 (file)
@@ -97,15 +97,20 @@ monoutils_sources = \
        mono-threads.c  \
        mono-threads-posix.c    \
        mono-threads-mach.c     \
+       mono-threads-mach-helper.c      \
        mono-threads-windows.c  \
        mono-threads.h  \
        mono-tls.h      \
+       mono-tls.c      \
        linux_magic.h   \
        mono-memory-model.h     \
        atomic.h        \
        atomic.c        \
        mono-hwcap.h    \
-       mono-hwcap.c
+       mono-hwcap.c    \
+       bsearch.h       \
+       bsearch.c       \
+       mono-signal-handler.h
 
 arch_sources = 
 
@@ -129,8 +134,6 @@ arch_sources += mach-support-unknown.c
 
 endif
 
-if !CROSS_COMPILE
-
 if X86
 arch_sources += mono-hwcap-x86.c mono-hwcap-x86.h
 endif
@@ -171,12 +174,6 @@ if S390X
 arch_sources += mono-hwcap-s390x.c mono-hwcap-s390x.h
 endif
 
-else
-
-arch_sources += mono-hwcap-empty.c
-
-endif
-
 libmonoutils_la_SOURCES = $(monoutils_sources) $(arch_sources)
 libmonoutilsincludedir = $(includedir)/mono-$(API_VER)/mono/utils