OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgcc/] [config/] [stormy16/] [t-stormy16] - Blame information for rev 734

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 734 jeremybenn
# -*- makefile -*-
2
#
3
# Copyright (C) 2001, 2004, 2010, 2011 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
# .
20
 
21
# SImode arithmetic and logical routines, HImode bit counting routines.
22
LIB2ADD = \
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/cmpsi2.c \
37
        $(srcdir)/config/stormy16/ucmpsi2.c
38
 
39
HOST_LIBGCC2_CFLAGS += -O2

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.