diff --git a/winsup/configure.ac b/winsup/configure.ac index c0a43fc99..5d83c230a 100644 --- a/winsup/configure.ac +++ b/winsup/configure.ac @@ -65,12 +65,12 @@ no) ;; esac ]) +DLL_ENTRY="dll_entry" +DIN_FILE="${target_cpu}.din" +TLSOFFSETS_H="tlsoffsets-${target_cpu}.h" + case "$target_cpu" in - x86_64) - DLL_ENTRY="dll_entry" - DIN_FILE="x86_64.din" - TLSOFFSETS_H="tlsoffsets64.h" - ;; + x86_64) ;; *) AC_MSG_ERROR([Invalid target processor "$target_cpu"]) ;; esac diff --git a/winsup/cygwin/tlsoffsets64.h b/winsup/cygwin/tlsoffsets-x86_64.h similarity index 100% rename from winsup/cygwin/tlsoffsets64.h rename to winsup/cygwin/tlsoffsets-x86_64.h