diff options
Diffstat (limited to 'gcc/config/knetbsd-gnu.h')
-rw-r--r-- | gcc/config/knetbsd-gnu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/knetbsd-gnu.h b/gcc/config/knetbsd-gnu.h index dfb09e9bc15..30fa99a5ec1 100644 --- a/gcc/config/knetbsd-gnu.h +++ b/gcc/config/knetbsd-gnu.h @@ -19,8 +19,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ -#undef LINUX_TARGET_OS_CPP_BUILTINS -#define LINUX_TARGET_OS_CPP_BUILTINS() \ +#undef GNU_USER_TARGET_OS_CPP_BUILTINS +#define GNU_USER_TARGET_OS_CPP_BUILTINS() \ do \ { \ builtin_define ("__NetBSD_kernel__"); \ |