Deleted Added
full compact
freebsd-native.h (98054) freebsd-native.h (98056)
1/* $FreeBSD: head/gnu/usr.bin/cc/cc_tools/freebsd-native.h 98054 2002-06-08 19:58:31Z obrien $ */
1/* $FreeBSD: head/gnu/usr.bin/cc/cc_tools/freebsd-native.h 98056 2002-06-09 00:03:56Z obrien $ */
2
3/* FREEBSD_NATIVE is defined when gcc is integrated into the FreeBSD
4 source tree so it can be configured appropriately without using
5 the GNU configure/build mechanism. */
6
7#define FREEBSD_NATIVE 1
8
9/* Fake out gcc/config/freebsd<version>.h. */

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

46#endif
47#undef MD_STARTFILE_PREFIX /* We don't need one for now. */
48
49/* For the native system compiler, we actually build libgcc in a profiled
50 version. So we should use it with -pg. */
51#define LIBGCC_SPEC "%{!pg: -lgcc} %{pg: -lgcc_p}"
52#define LIBSTDCXX_PROFILE "-lstdc++_p"
53#define MATH_LIBRARY_PROFILE "-lm_p"
2
3/* FREEBSD_NATIVE is defined when gcc is integrated into the FreeBSD
4 source tree so it can be configured appropriately without using
5 the GNU configure/build mechanism. */
6
7#define FREEBSD_NATIVE 1
8
9/* Fake out gcc/config/freebsd<version>.h. */

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

46#endif
47#undef MD_STARTFILE_PREFIX /* We don't need one for now. */
48
49/* For the native system compiler, we actually build libgcc in a profiled
50 version. So we should use it with -pg. */
51#define LIBGCC_SPEC "%{!pg: -lgcc} %{pg: -lgcc_p}"
52#define LIBSTDCXX_PROFILE "-lstdc++_p"
53#define MATH_LIBRARY_PROFILE "-lm_p"
54#define FORTRAN_LIBRARY_PROFILE "-lg2c_p"
54
55/* FreeBSD is 4.4BSD derived */
56#define bsd4_4
57
58/* Dike out [stupid, IMHO] libiberty functions. */
59#define xmalloc_set_program_name(dummy)
60#define xmalloc malloc
61#define xcalloc calloc
62#define xrealloc realloc
63#define xstrdup strdup
64#define xstrerror strerror
65
66/* And now they want to replace ctype.h.... grr... [stupid, IMHO] */
67#define xxxISDIGIT isdigit
68#define xxxISGRAPH isgraph
69#define xxxISLOWER islower
70#define xxxISSPACE isspace
71#define xxxTOUPPER toupper
55
56/* FreeBSD is 4.4BSD derived */
57#define bsd4_4
58
59/* Dike out [stupid, IMHO] libiberty functions. */
60#define xmalloc_set_program_name(dummy)
61#define xmalloc malloc
62#define xcalloc calloc
63#define xrealloc realloc
64#define xstrdup strdup
65#define xstrerror strerror
66
67/* And now they want to replace ctype.h.... grr... [stupid, IMHO] */
68#define xxxISDIGIT isdigit
69#define xxxISGRAPH isgraph
70#define xxxISLOWER islower
71#define xxxISSPACE isspace
72#define xxxTOUPPER toupper