comparison gcc/config/m68k/t-uclinux @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents 77e2b8dfacca
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 # Copyright (C) 2003, 2005, 2007, 2008 Free Software Foundation, Inc. 1 # Copyright (C) 2003-2017 Free Software Foundation, Inc.
2 # 2 #
3 # This file is part of GCC. 3 # This file is part of GCC.
4 # 4 #
5 # GCC is free software; you can redistribute it and/or modify 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 6 # it under the terms of the GNU General Public License as published by
14 # 14 #
15 # You should have received a copy of the GNU General Public License 15 # You should have received a copy of the GNU General Public License
16 # along with GCC; see the file COPYING3. If not see 16 # along with GCC; see the file COPYING3. If not see
17 # <http://www.gnu.org/licenses/>. 17 # <http://www.gnu.org/licenses/>.
18 18
19 # crti and crtn are provided by uClibc.
20 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o
21
22 # Include multilibs for CPUs without an MMU or with FL_UCLINUX 19 # Include multilibs for CPUs without an MMU or with FL_UCLINUX
23 M68K_MLIB_CPU += && (!match(FLAGS, "FL_MMU") || match(FLAGS, "FL_UCLINUX")) 20 M68K_MLIB_CPU += && (!match(FLAGS, "FL_MMU") || match(FLAGS, "FL_UCLINUX"))
24 21
25 # Add multilibs for execute-in-place and shared-library code. 22 # Add multilibs for execute-in-place and shared-library code.
26 M68K_MLIB_OPTIONS += msep-data/mid-shared-library 23 M68K_MLIB_OPTIONS += msep-data/mid-shared-library