This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: bootstrap broken on darwin!
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: toa at pop dot agri dot ch, libstdc++ at gcc dot gnu dot org
- Date: Thu, 29 Jan 2004 13:41:16 -0600
- Subject: Re: bootstrap broken on darwin!
- Organization: Red Hat / Chicago
- References: <40190DCC.50305@pop.agri.ch><20040129120754.74d73cc2.bkoz@redhat.com>
This is a workaround, while I figure out a fix.
Index: include/bits/allocator.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/include/bits/allocator.h,v
retrieving revision 1.5
diff -c -p -r1.5 allocator.h
*** include/bits/allocator.h 29 Jan 2004 00:18:39 -0000 1.5
--- include/bits/allocator.h 29 Jan 2004 19:43:17 -0000
***************
*** 49,56 ****
#define _ALLOCATOR_H 1
#if 1
! # include <ext/mt_allocator.h>
! # define __glibcxx_default_allocator __gnu_cxx::__mt_alloc
#endif
#if 0
--- 49,56 ----
#define _ALLOCATOR_H 1
#if 1
! # include <ext/new_allocator.h>
! # define __glibcxx_default_allocator __gnu_cxx::new_allocator
#endif
#if 0