Deleted Added
full compact
freebsd.h (50080) freebsd.h (52113)
1/* $Id: freebsd.h,v 1.18 1999/08/19 09:16:22 obrien Exp $ */
2/* Base configuration file for all FreeBSD targets.
3 Copyright (C) 1999 Free Software Foundation, Inc.
4
5This file is part of GNU CC.
6
7GNU CC is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option)

--- 10 unchanged lines hidden (view full) ---

20Boston, MA 02111-1307, USA. */
21
22/* Common FreeBSD configuration.
23 All FreeBSD architectures should include this file, which will specify
24 their commonalities.
25 Adapted from /usr/src/contrib/gcc/config/i386/freebsd.h &
26 egcs/gcc/config/i386/freebsd-elf.h version by David O'Brien */
27
1/* Base configuration file for all FreeBSD targets.
2 Copyright (C) 1999 Free Software Foundation, Inc.
3
4This file is part of GNU CC.
5
6GNU CC is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)

--- 10 unchanged lines hidden (view full) ---

19Boston, MA 02111-1307, USA. */
20
21/* Common FreeBSD configuration.
22 All FreeBSD architectures should include this file, which will specify
23 their commonalities.
24 Adapted from /usr/src/contrib/gcc/config/i386/freebsd.h &
25 egcs/gcc/config/i386/freebsd-elf.h version by David O'Brien */
26
27/* $FreeBSD: head/contrib/gcc/config/freebsd.h 52113 1999-10-10 22:43:12Z obrien $ */
28
28
29
29/* Don't assume anything about the header files. */
30#undef NO_IMPLICIT_EXTERN_C
31#define NO_IMPLICIT_EXTERN_C
32
33/* This defines which switch letters take arguments. On FreeBSD, most of
34 the normal cases (defined in gcc.c) apply, and we also have -h* and
35 -z* options (for the linker) (comming from svr4).
36 We also have -R (alias --rpath), no -z, --soname (-h), --assert etc. */

--- 65 unchanged lines hidden ---
30/* Don't assume anything about the header files. */
31#undef NO_IMPLICIT_EXTERN_C
32#define NO_IMPLICIT_EXTERN_C
33
34/* This defines which switch letters take arguments. On FreeBSD, most of
35 the normal cases (defined in gcc.c) apply, and we also have -h* and
36 -z* options (for the linker) (comming from svr4).
37 We also have -R (alias --rpath), no -z, --soname (-h), --assert etc. */

--- 65 unchanged lines hidden ---