From 0269750ca60bbfdf92dbe1edfe961adfbc9a34e7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Jan 2012 20:30:26 -0500 Subject: Remove non-ELF support --- config.h.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 7db663025a..6534b6e5f7 100644 --- a/config.h.in +++ b/config.h.in @@ -8,11 +8,6 @@ # error "glibc must not be compiled with -ffast-math" #endif -/* Define if using ELF, which supports weak symbols. - This implies HAVE_ASM_WEAK_DIRECTIVE and NO_UNDERSCORES; set by - --with-elf. */ -#undef HAVE_ELF - /* Define if building with SELinux support. Set by --with-selinux. */ #undef HAVE_SELINUX @@ -22,9 +17,6 @@ /* Defined if building with SELinux support & libcap libs are detected. */ #undef HAVE_LIBCAP -/* Define if using XCOFF. Set by --with-xcoff. */ -#undef HAVE_XCOFF - /* Define if C symbols are asm symbols. Don't define if C symbols have a `_' prepended to make the asm symbol. */ #undef NO_UNDERSCORES -- cgit v1.2.3