Deleted Added
sdiff udiff text old ( 90075 ) new ( 96263 )
full compact
1/* NETBSD_NATIVE is defined when gcc is integrated into the NetBSD
2 source tree so it can be configured appropriately without using
3 the GNU configure/build mechanism. */
4
5#ifdef NETBSD_NATIVE
6
7/* Look for the include files in the system-defined places. */
8

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

104/* Implicit library calls should use memcpy, not bcopy, etc. */
105
106#undef TARGET_MEM_FUNCTIONS
107#define TARGET_MEM_FUNCTIONS 1
108
109/* Handle #pragma weak and #pragma pack. */
110
111#define HANDLE_SYSV_PRAGMA