This brings rev 1.2 into EGCS 1.1.2. Also tweaks gleemed from EGCS
ChangeLog's. Note that rev 1.3 changes (HOST_PTR_PRINTF) was not brought into EGCS 1.1.2 as that is the default.
This commit is contained in:
parent
7d39118a94
commit
e5b502affd
@ -22,15 +22,16 @@ Boston, MA 02111-1307, USA. */
|
||||
running FreeBSD. This file should not be specified as $xm_file itself;
|
||||
instead $xm_file should be CPU/xm-freebsd.h, which should include both
|
||||
CPU/xm-CPU.h and this file xm-freebsd.h. */
|
||||
|
||||
#define HAVE_PUTENV
|
||||
|
||||
#define HAVE_STRERROR
|
||||
#ifndef HAVE_ATEXIT
|
||||
#define HAVE_ATEXIT
|
||||
#endif
|
||||
|
||||
/* Tell gcc and collect2 that FreeBSD targets support putenv(3). */
|
||||
#define HAVE_PUTENV
|
||||
|
||||
/* We have _sys_siglist, but the declaration in <signal.h> conflicts with
|
||||
the declarations in collect2.c and mips-tfile.c, so disable the declarations
|
||||
in those files. */
|
||||
|
||||
#define DONT_DECLARE_SYS_SIGLIST
|
||||
|
||||
#define HOST_PTR_PRINTF "%p"
|
||||
#define SYS_SIGLIST_DECLARED
|
||||
|
Loading…
Reference in New Issue
Block a user