view bootstrap @ 5849:bf01dad4e460

GCC: Update to version 11.2. * src/build-gcc.mk, src/native-gcc.mk: Update version and checksum. * src/native-gcc-1-canadian-cross.patch: Add patch to fix Canadian cross compilation. * dist-files.mk: Add new file to list.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 14 Aug 2021 11:30:24 +0200
parents 8e9dce45d941
children
line wrap: on
line source

#!/bin/bash
## bootstrap script
## Run this to generate the configure script

set -e      # halt if unhandled error
aclocal
autoconf    # generate configure script