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 --- iconv/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'iconv/Makefile') diff --git a/iconv/Makefile b/iconv/Makefile index 77a9ad7666..46b6e9bdf3 100644 --- a/iconv/Makefile +++ b/iconv/Makefile @@ -1,4 +1,5 @@ -# Copyright (C) 1997,1998,2000-2004,2007,2009 Free Software Foundation, Inc. +# Copyright (C) 1997,1998,2000-2004,2007,2009,2012 +# Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -27,13 +28,7 @@ headers = iconv.h gconv.h routines = iconv_open iconv iconv_close \ gconv_open gconv gconv_close gconv_db gconv_conf \ gconv_builtin gconv_simple gconv_trans gconv_cache -ifeq ($(elf),yes) routines += gconv_dl -else -CFLAGS-gconv_db.c = -DSTATIC_GCONV -CFLAGS-gconv_cache.c = -DSTATIC_GCONV -CFLAGS-gconv_simple.c = -DSTATIC_GCONV -endif vpath %.c ../locale/programs ../intl -- cgit v1.2.1