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:
authorCorinna Vinschen <corinna@vinschen.de>2012-07-06 18:44:13 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-07-06 18:44:13 +0400
commit3eedbf86113bf48d7e11349439b91fb034f5d1cd (patch)
treeb41a5873c0f8a71d653c4be010c3c7cc52990287 /winsup/cygwin/configure.in
parente75fa972ac783e0b87bcdfd625fe4f199bafd8ee (diff)
* winlean.h (__STRALIGN_H_): Drop definition.
Diffstat (limited to 'winsup/cygwin/configure.in')
-rw-r--r--winsup/cygwin/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/configure.in b/winsup/cygwin/configure.in
index 3ac092f57..bdece563b 100644
--- a/winsup/cygwin/configure.in
+++ b/winsup/cygwin/configure.in
@@ -80,6 +80,10 @@ case "$target_cpu" in
DEF_DLL_ENTRY="dll_entry@12"
ALLOCA="_alloca"
CONFIG_DIR="i386" ;;
+ x86_64) DLL_ENTRY="_dll_entry@12"
+ DEF_DLL_ENTRY="dll_entry@12"
+ ALLOCA="_alloca"
+ CONFIG_DIR="x86_64" ;;
*) AC_MSG_ERROR(Invalid target processor \"$target_cpu\") ;;
esac