view bootstrap @ 5542:bc8ef5fda77b

* src/build-binutils.mk, src/native-binutils.mk: update to v2.35.1
author John Donoghue <john.donoghue@ieee.org>
date Tue, 22 Sep 2020 09:04:47 -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