]> sourceware.org Git - glibc.git/blame - sysdeps/m68k/Makefile
* sysdeps/m68k/Makefile (CFLAGS-.oS): Append -fPIC.
[glibc.git] / sysdeps / m68k / Makefile
CommitLineData
c711d9d2 1# Copyright (C) 1993, 1994, 1996, 1997, 2003 Free Software Foundation, Inc.
28f540f4
RM
2# This file is part of the GNU C Library.
3
4# The GNU C Library is free software; you can redistribute it and/or
41bdb6e2
AJ
5# modify it under the terms of the GNU Lesser General Public
6# License as published by the Free Software Foundation; either
7# version 2.1 of the License, or (at your option) any later version.
28f540f4
RM
8
9# The GNU C Library is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
41bdb6e2 12# Lesser General Public License for more details.
28f540f4 13
41bdb6e2
AJ
14# You should have received a copy of the GNU Lesser General Public
15# License along with the GNU C Library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
17# 02111-1307 USA.
28f540f4 18
28f540f4
RM
19# The mpn functions need this. All existing 68k ports use MIT syntax. If
20# a new port wants to use Motorola or Sony syntax, it can redefine this
21# variable.
22ifndef m68k-syntax-flag
23m68k-syntax-flag = -DMIT_SYNTAX
24endif
25
13bc775d 26asm-CPPFLAGS += $(m68k-syntax-flag)
7da3079b 27
26b4d766 28pic-ccflag = -fpic
c711d9d2 29CFLAGS-.oS += -fPIC
26b4d766 30
7da3079b
RM
31# Make sure setjmp.c is compiled with a frame pointer
32CFLAGS-setjmp.c := -fno-omit-frame-pointer
58e07151
RM
33
34# The 68k `long double' is a distinct type we support.
35long-double-fcts = yes
6bc31da0
UD
36
37ifeq ($(subdir),elf)
e7fd8a39 38CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
6bc31da0 39endif
This page took 0.274077 seconds and 5 git commands to generate.