summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/configure.ac
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-04-30 23:43:08 +0000
committerChristopher Faylor <me@cgf.cx>2013-04-30 23:43:08 +0000
commitbfebe413bd8c15a30b48fe0a4d1b352434dd6d96 (patch)
tree95a49e6ea2f824d3d1d277c9848128a5bc564259 /winsup/cygwin/configure.ac
parent28204e0849f38d7c984a189c44a80573de52bedc (diff)
downloadcygnal-bfebe413bd8c15a30b48fe0a4d1b352434dd6d96.tar.gz
cygnal-bfebe413bd8c15a30b48fe0a4d1b352434dd6d96.tar.bz2
cygnal-bfebe413bd8c15a30b48fe0a4d1b352434dd6d96.zip
* i686.din: New file.
* x86_64.din: New file. * common.din: New file. * cygwin.din: Delete. * cygwin64.din: Delete. * gendef: Rework to take options rather than using positional parameters. Accept multiple files as input.
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\") ;;