freebsd.h (CPP_PREDEFINES): Remove __386BSD__.
* i386/freebsd.h (CPP_PREDEFINES): Remove __386BSD__. (DWARF2_UNWIND_INFO): Define to zero. David E. O'Brien sez it's the right thing to do. From-SVN: r18859
This commit is contained in:
parent
a9936d39ea
commit
56f28b73e7
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Mar 28 00:21:37 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* i386/freebsd.h (CPP_PREDEFINES): Remove __386BSD__.
|
||||
(DWARF2_UNWIND_INFO): Define to zero.
|
||||
|
||||
Fri Mar 27 16:04:49 1998 Michael Meissner <meissner@cygnus.com>
|
||||
|
||||
* gcc.c (set_std_prefix): Add declaration.
|
||||
|
|
|
@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */
|
|||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
@ -66,6 +66,9 @@ Boston, MA 02111-1307, USA. */
|
|||
|
||||
#undef ASM_APP_OFF
|
||||
#define ASM_APP_OFF "#NO_APP\n"
|
||||
|
||||
/* FreeBSD using a.out does not support DWARF2 unwinding mechanisms. */
|
||||
#define DWARF2_UNWIND_INFO 0
|
||||
|
||||
/* The following macros are stolen from i386v4.h */
|
||||
/* These have to be defined to get PIC code correct */
|
||||
|
|
Loading…
Add table
Reference in a new issue