mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-04-22 06:44:42 +00:00
parent
77a92f517b
commit
38af54a2dd
2 changed files with 6 additions and 6 deletions
|
@ -6,19 +6,19 @@
|
||||||
BIN=${0%/*}
|
BIN=${0%/*}
|
||||||
PROG=${0##*/}
|
PROG=${0##*/}
|
||||||
ORIGINAL="$0 $*"
|
ORIGINAL="$0 $*"
|
||||||
GCC_VERSION=11.2.0
|
GCC_VERSION=12.3.0
|
||||||
TMPDIR=${TMPDIR:-/tmp}
|
TMPDIR=${TMPDIR:-/tmp}
|
||||||
|
|
||||||
if [ "$1" = "--version" ]; then
|
if [ "$1" = "--version" ]; then
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
$PROG (GCC) $GCC_VERSION
|
$PROG (GCC) $GCC_VERSION
|
||||||
Copyright (c) 2023 Justine Alexandra Roberts Tunney
|
Copyright (c) 2024 Justine Alexandra Roberts Tunney
|
||||||
Cosmopolitan Libc and LLVM libcxx/compiler-rt are subject to non-GPL
|
Cosmopolitan Libc and LLVM libcxx/compiler-rt are subject to non-GPL
|
||||||
notice licenses, e.g. ISC, MIT, etc. Your compiled programs must embed
|
notice licenses, e.g. ISC, MIT, etc. Your compiled programs must embed
|
||||||
our copyright notices. This toolchain is configured to do so default.
|
our copyright notices. This toolchain is configured to do so default.
|
||||||
Cosmopolitan comes with absolutely NO WARRANTY of any kind.
|
Cosmopolitan comes with absolutely NO WARRANTY of any kind.
|
||||||
For more information, see the Cosmopolitan LICENSE files.
|
For more information, see the Cosmopolitan LICENSE files.
|
||||||
Copyright (C) 2019 Free Software Foundation, Inc.
|
Copyright (C) 2022 Free Software Foundation, Inc.
|
||||||
This launches GNU GCC/Binutils subprocesses, which is free software; see
|
This launches GNU GCC/Binutils subprocesses, which is free software; see
|
||||||
cosmocc's LICENSE files for source code and copying conditions. There is
|
cosmocc's LICENSE files for source code and copying conditions. There is
|
||||||
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
|
@ -5,18 +5,18 @@
|
||||||
|
|
||||||
BIN=${0%/*}
|
BIN=${0%/*}
|
||||||
PROG=${0##*/}
|
PROG=${0##*/}
|
||||||
GCC_VERSION=11.2.0
|
GCC_VERSION=12.3.0
|
||||||
|
|
||||||
if [ "$1" = "--version" ]; then
|
if [ "$1" = "--version" ]; then
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
$PROG (GCC) $GCC_VERSION
|
$PROG (GCC) $GCC_VERSION
|
||||||
Copyright (c) 2023 Justine Alexandra Roberts Tunney
|
Copyright (c) 2024 Justine Alexandra Roberts Tunney
|
||||||
Cosmopolitan Libc and LLVM libcxx/compiler-rt are subject to non-GPL
|
Cosmopolitan Libc and LLVM libcxx/compiler-rt are subject to non-GPL
|
||||||
notice licenses, e.g. ISC, MIT, etc. Your compiled programs must embed
|
notice licenses, e.g. ISC, MIT, etc. Your compiled programs must embed
|
||||||
our copyright notices. This toolchain is configured to do so default.
|
our copyright notices. This toolchain is configured to do so default.
|
||||||
Cosmopolitan comes with absolutely NO WARRANTY of any kind.
|
Cosmopolitan comes with absolutely NO WARRANTY of any kind.
|
||||||
For more information, see the Cosmopolitan LICENSE files.
|
For more information, see the Cosmopolitan LICENSE files.
|
||||||
Copyright (C) 2019 Free Software Foundation, Inc.
|
Copyright (C) 2022 Free Software Foundation, Inc.
|
||||||
This launches GNU GCC/Binutils subprocesses, which is free software; see
|
This launches GNU GCC/Binutils subprocesses, which is free software; see
|
||||||
cosmocc's LICENSE files for source code and copying conditions. There is
|
cosmocc's LICENSE files for source code and copying conditions. There is
|
||||||
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
Loading…
Add table
Reference in a new issue