Dash:
[t2.git] / package / develop / gcc / hotfix-no-multilib.patch.superh
blobaa80d6ed499175d4ceecc7bdde3aa825d23864d6
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/gcc/hotfix-no-multilib.patch.superh
3 # Copyright (C) 2021 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- gcc-11.2.0/gcc/config/sh/t-sh.vanilla       2021-12-30 22:55:30.742405660 +0100
15 +++ gcc-11.2.0/gcc/config/sh/t-sh       2021-12-30 23:03:11.775387277 +0100
16 @@ -39,6 +39,7 @@
17  MULTILIB_OPTIONS= $(OTHER_ENDIAN) $(TM_MULTILIB_CONFIG)
18  MULTILIB_DIRNAMES= 
20 +ifdef CRAZY_MULTILIB_CONFIG
21  # The separate entries for m2a-nofpu and m2a-single-only with
22  # duplicate base libraries are there to make sure we don't ever use an
23  # m4* multilib for m2a or vice-versa; they are not compatible.  This
24 @@ -89,6 +90,8 @@
25         m4a=!m4a $(OTHER_ENDIAN)/m4a=!$(OTHER_ENDIAN)/m4a \
26         m4al=!m4al $(OTHER_ENDIAN)/m4al=!$(OTHER_ENDIAN)/m4al
28 +endif
30  $(out_object_file): gt-sh.h
31  gt-sh.h : s-gtype ; @true