Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/configure.ac')
-rw-r--r--winsup/cygwin/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/configure.ac b/winsup/cygwin/configure.ac
index 97b379550..f59a5ae32 100644
--- a/winsup/cygwin/configure.ac
+++ b/winsup/cygwin/configure.ac
@@ -75,14 +75,14 @@ case "$target_cpu" in
DLL_NAME="cygwin1.dll"
DLL_ENTRY="_dll_entry@12"
DEF_DLL_ENTRY="dll_entry@12"
- DIN_FILE="cygwin.din"
+ DIN_FILE="i686.din"
TLSOFFSETS_H="tlsoffsets.h"
CONFIG_DIR="i386" ;;
x86_64)
DLL_NAME="cygwin1.dll"
DLL_ENTRY="dll_entry"
DEF_DLL_ENTRY="dll_entry"
- DIN_FILE="cygwin64.din"
+ DIN_FILE="x86_64.din"
TLSOFFSETS_H="tlsoffsets64.h"
CONFIG_DIR="x86_64" ;;
*) AC_MSG_ERROR(Invalid target processor \"$target_cpu\") ;;