comparison gcc/config/rs6000/t-vxworks @ 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 # Multilibs for VxWorks. 1 # Multilibs for VxWorks.
2 # 2 #
3 # Copyright (C) 2002, 2005, 2006 Free Software Foundation, Inc. 3 # Copyright (C) 2002-2017 Free Software Foundation, Inc.
4 # 4 #
5 # This file is part of GCC. 5 # This file is part of GCC.
6 # 6 #
7 # GCC is free software; you can redistribute it and/or modify 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 8 # it under the terms of the GNU General Public License as published by
21 # The base multilib is -mhard-float. 21 # The base multilib is -mhard-float.
22 MULTILIB_OPTIONS = mrtp fPIC msoft-float 22 MULTILIB_OPTIONS = mrtp fPIC msoft-float
23 MULTILIB_DIRNAMES = 23 MULTILIB_DIRNAMES =
24 MULTILIB_MATCHES = fPIC=fpic 24 MULTILIB_MATCHES = fPIC=fpic
25 MULTILIB_EXCEPTIONS = fPIC* 25 MULTILIB_EXCEPTIONS = fPIC*
26
27 # This is set from the common config/t-vxworks but clobbered by t-ppccomm
28 # on this target.
29 EXTRA_MULTILIB_PARTS =
30
31 # Similarily, LIB2FUNCS_EXTRA is set from config/t-vxworks and
32 # t-ppccomm *adds* to it, but the common contents are useful to us.
33 # In particular the base trampoline_setup bits are expected to be
34 # provided there.