diff options
Diffstat (limited to 'sim/m4/sim_ac_toolchain.m4')
-rw-r--r-- | sim/m4/sim_ac_toolchain.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/m4/sim_ac_toolchain.m4 b/sim/m4/sim_ac_toolchain.m4 index 1d8cce2..6fd4ab5 100644 --- a/sim/m4/sim_ac_toolchain.m4 +++ b/sim/m4/sim_ac_toolchain.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 1997-2024 Free Software Foundation, Inc. +dnl Copyright (C) 1997-2025 Free Software Foundation, Inc. dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ dnl dnl Setup the toolchain variables. AC_DEFUN([SIM_AC_TOOLCHAIN], [dnl -AC_CANONICAL_SYSTEM +AC_CANONICAL_TARGET AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_PROG_CPP]) AC_C_BIGENDIAN |