diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-01-06 21:55:58 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-01-06 21:55:58 +0000 |
commit | 8c45a85e617c71cf0279c4118d3811018626b45e (patch) | |
tree | 3fb19ed3bee25ce0505cf576057b8308f8c4bc06 /Makeconfig | |
parent | dd486f53ee367e1667c61ec1fffdb59f9a8130e9 (diff) | |
download | glibc-8c45a85e617c71cf0279c4118d3811018626b45e.tar glibc-8c45a85e617c71cf0279c4118d3811018626b45e.tar.gz glibc-8c45a85e617c71cf0279c4118d3811018626b45e.tar.bz2 glibc-8c45a85e617c71cf0279c4118d3811018626b45e.zip |
Updated to fedora-glibc-20060106T2148
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makeconfig b/Makeconfig index 67f85c0905..20b79b1ae2 100644 --- a/Makeconfig +++ b/Makeconfig @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 1991-2003,2004,2005,2006 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 @@ -742,8 +742,6 @@ endif endif ASFLAGS += $(ASFLAGS-config) -+gnu-stabs = $(shell echo>&2 '*** BARF ON ME') - ifndef BUILD_CC BUILD_CC = $(CC) endif |