comparison gcc/config/arc/genmultilib.awk @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 # Copyright (C) 2016-2017 Free Software Foundation, Inc. 1 # Copyright (C) 2016-2018 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 it under 5 # GCC is free software; you can redistribute it and/or modify it under
6 # the terms of the GNU General Public License as published by the Free 6 # the terms of the GNU General Public License as published by the Free
128 line = line "/quark" 128 line = line "/quark"
129 else if (cpu_flg[i] == "FL_SPFP") 129 else if (cpu_flg[i] == "FL_SPFP")
130 line = line "/spfp" 130 line = line "/spfp"
131 else if (cpu_flg[i] == "FL_DPFP") 131 else if (cpu_flg[i] == "FL_DPFP")
132 line = line "/dpfp" 132 line = line "/dpfp"
133 else if (cpu_flg[i] == "FL_RF16")
134 line = line "/mrf16"
133 else 135 else
134 { 136 {
135 print "Don't know the flag " cpu_flg[i] > "/dev/stderr" 137 print "Don't know the flag " cpu_flg[i] > "/dev/stderr"
136 exit 1 138 exit 1
137 } 139 }