view bootstrap @ 6226:6e379d14707d

* src/build-gcc.mk, src/native-gcc.mk: update to v12.1.0
author John Donoghue <john.donoghue@ieee.org>
date Mon, 16 May 2022 18:46:53 -0400
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