xref: /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/stormy16/t-stormy16 (revision 63aea4bd5b445e491ff0389fe27ec78b3099dba3)
1# -*- makefile -*-
2#
3# Copyright (C) 2001-2013 Free Software Foundation, Inc.
4#
5# This file is part of GCC.
6#
7# GCC is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 3, or (at your option)
10# any later version.
11#
12# GCC is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15# GNU General Public License for more details.
16#
17# You should have received a copy of the GNU General Public License
18# along with GCC; see the file COPYING3.  If not see
19# <http://www.gnu.org/licenses/>.
20
21# SImode arithmetic and logical routines, HImode bit counting routines.
22LIB2ADD = \
23	$(srcdir)/config/stormy16/udivmodsi4.c \
24	$(srcdir)/config/stormy16/divsi3.c \
25	$(srcdir)/config/stormy16/modsi3.c \
26	$(srcdir)/config/stormy16/udivsi3.c \
27	$(srcdir)/config/stormy16/umodsi3.c \
28	$(srcdir)/config/stormy16/ashlsi3.c \
29	$(srcdir)/config/stormy16/ashrsi3.c \
30	$(srcdir)/config/stormy16/lshrsi3.c \
31	$(srcdir)/config/stormy16/popcounthi2.c \
32	$(srcdir)/config/stormy16/parityhi2.c \
33	$(srcdir)/config/stormy16/clzhi2.c \
34	$(srcdir)/config/stormy16/ctzhi2.c \
35	$(srcdir)/config/stormy16/ffshi2.c \
36	$(srcdir)/config/stormy16/clrsbhi2.c \
37	$(srcdir)/config/stormy16/cmpsi2.c \
38	$(srcdir)/config/stormy16/ucmpsi2.c
39
40HOST_LIBGCC2_CFLAGS += -O2
41