diff options
Diffstat (limited to 'sim/sh/Makefile.in')
-rw-r--r-- | sim/sh/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in index 54f1e0a..e92b784 100644 --- a/sim/sh/Makefile.in +++ b/sim/sh/Makefile.in @@ -15,6 +15,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +# This selects the newlib/libgloss syscall definitions. +NL_TARGET = -DNL_TARGET_sh + ## COMMON_PRE_CONFIG_FRAG SIM_OBJS = \ |