xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/t-linux (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1# Copyright (C) 1999, 2001, 2002, 2008 Free Software Foundation, Inc.
2#
3# This file is part of GCC.
4#
5# GCC is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 3, or (at your option)
8# any later version.
9#
10# GCC is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with GCC; see the file COPYING3.  If not see
17# <http://www.gnu.org/licenses/>.
18
19#Plug millicode routines into libgcc.a  We want these on both native and
20#cross compiles.  We use the "64-bit" routines because the "32-bit" code
21#is broken for certain corner cases.
22
23LIB1ASMFUNCS = _divI _divU _remI _remU _div_const _mulI _dyncall
24LIB1ASMSRC = pa/milli64.S
25
26# Compile libgcc2.a as PIC.
27TARGET_LIBGCC2_CFLAGS = -fPIC -DELF=1 -DLINUX=1
28
29LIB2FUNCS_EXTRA=fptr.c
30LIB2FUNCS_STATIC_EXTRA = $(srcdir)/config/pa/linux-atomic.c
31
32fptr.c: $(srcdir)/config/pa/fptr.c
33	rm -f fptr.c
34	cp $(srcdir)/config/pa/fptr.c .
35
36# Compile crtbeginS.o and crtendS.o as PIC.
37CRTSTUFF_T_CFLAGS_S = -fPIC
38