aboutsummaryrefslogtreecommitdiff
path: root/winsup/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/configure.ac')
-rw-r--r--winsup/configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/configure.ac b/winsup/configure.ac
index b8d2100..e8b42de 100644
--- a/winsup/configure.ac
+++ b/winsup/configure.ac
@@ -66,12 +66,6 @@ esac
])
case "$target_cpu" in
- i?86)
- DLL_ENTRY="_dll_entry@12"
- DEF_DLL_ENTRY="dll_entry@12"
- DIN_FILE="i686.din"
- TLSOFFSETS_H="tlsoffsets.h"
- ;;
x86_64)
DLL_ENTRY="dll_entry"
DEF_DLL_ENTRY="dll_entry"