File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
BIN=${0%/* }
7
7
PROG=${0##*/ }
8
8
ORIGINAL=" $0 $* "
9
- GCC_VERSION=11.2 .0
9
+ GCC_VERSION=12.3 .0
10
10
TMPDIR=${TMPDIR:-/ tmp}
11
11
12
12
if [ " $1 " = " --version" ]; then
13
13
cat << EOF
14
14
$PROG (GCC) $GCC_VERSION
15
- Copyright (c) 2023 Justine Alexandra Roberts Tunney
15
+ Copyright (c) 2024 Justine Alexandra Roberts Tunney
16
16
Cosmopolitan Libc and LLVM libcxx/compiler-rt are subject to non-GPL
17
17
notice licenses, e.g. ISC, MIT, etc. Your compiled programs must embed
18
18
our copyright notices. This toolchain is configured to do so default.
19
19
Cosmopolitan comes with absolutely NO WARRANTY of any kind.
20
20
For more information, see the Cosmopolitan LICENSE files.
21
- Copyright (C) 2019 Free Software Foundation, Inc.
21
+ Copyright (C) 2022 Free Software Foundation, Inc.
22
22
This launches GNU GCC/Binutils subprocesses, which is free software; see
23
23
cosmocc's LICENSE files for source code and copying conditions. There is
24
24
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Original file line number Diff line number Diff line change 5
5
6
6
BIN=${0%/* }
7
7
PROG=${0##*/ }
8
- GCC_VERSION=11.2 .0
8
+ GCC_VERSION=12.3 .0
9
9
10
10
if [ " $1 " = " --version" ]; then
11
11
cat << EOF
12
12
$PROG (GCC) $GCC_VERSION
13
- Copyright (c) 2023 Justine Alexandra Roberts Tunney
13
+ Copyright (c) 2024 Justine Alexandra Roberts Tunney
14
14
Cosmopolitan Libc and LLVM libcxx/compiler-rt are subject to non-GPL
15
15
notice licenses, e.g. ISC, MIT, etc. Your compiled programs must embed
16
16
our copyright notices. This toolchain is configured to do so default.
17
17
Cosmopolitan comes with absolutely NO WARRANTY of any kind.
18
18
For more information, see the Cosmopolitan LICENSE files.
19
- Copyright (C) 2019 Free Software Foundation, Inc.
19
+ Copyright (C) 2022 Free Software Foundation, Inc.
20
20
This launches GNU GCC/Binutils subprocesses, which is free software; see
21
21
cosmocc's LICENSE files for source code and copying conditions. There is
22
22
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
You can’t perform that action at this time.
0 commit comments