comparison gcc/config/csky/csky_genopt.sh @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 #!/bin/sh 1 #!/bin/sh
2 # Generate csky_tables.opt from the lists in *.def. 2 # Generate csky_tables.opt from the lists in *.def.
3 # Copyright (C) 2018 Free Software Foundation, Inc. 3 # Copyright (C) 2018-2020 Free Software Foundation, Inc.
4 # Contributed by C-SKY Microsystems and Mentor Graphics. 4 # Contributed by C-SKY Microsystems and Mentor Graphics.
5 # 5 #
6 # This file is part of GCC. 6 # This file is part of GCC.
7 # 7 #
8 # GCC is free software; you can redistribute it and/or modify 8 # GCC is free software; you can redistribute it and/or modify
21 21
22 cat <<EOF 22 cat <<EOF
23 ; -*- buffer-read-only: t -*- 23 ; -*- buffer-read-only: t -*-
24 ; Generated automatically by csky_genopt.sh from csky_cores.def. 24 ; Generated automatically by csky_genopt.sh from csky_cores.def.
25 25
26 ; Copyright (C) 2018 Free Software Foundation, Inc. 26 ; Copyright (C) 2018-2020 Free Software Foundation, Inc.
27 ; 27 ;
28 ; This file is part of GCC. 28 ; This file is part of GCC.
29 ; 29 ;
30 ; GCC is free software; you can redistribute it and/or modify it under 30 ; GCC is free software; you can redistribute it and/or modify it under
31 ; the terms of the GNU General Public License as published by the Free 31 ; the terms of the GNU General Public License as published by the Free