xm-linux.h: Include some standard headers if not inhibit_libc.
* sparc/xm-linux.h: Include some standard headers if not inhibit_libc. Don't include xm-sparc.h. From-SVN: r15700
This commit is contained in:
parent
18b14bd816
commit
bbfbedb141
@ -1,5 +1,5 @@
|
||||
/* Configuration for GCC for SPARC running Linux.
|
||||
Copyright (C) 1996 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
|
||||
Contributed by Eddie C. Dost (ecd@skynet.be)
|
||||
|
||||
This file is part of GNU CC.
|
||||
@ -19,5 +19,10 @@ along with GNU CC; see the file COPYING. If not, write to
|
||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <sparc/xm-sparc.h>
|
||||
#ifndef inhibit_libc
|
||||
#include <alloca.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#include <xm-linux.h>
|
||||
|
Loading…
Reference in New Issue
Block a user