static build notes

Submitted by biscuitman
on September 5, 2006 - 12:30am

just to remind myself:

static binutils use 'make LDFLAGS="-all-static"'
static gcc bootstrap 'make BOOT_LDFLAGS="-static"'
static gcc build 'make LDFLAGS="-static" '

all packages with libtool use LDFLAGS="-all-static"