mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-11 13:05:19 +00:00
gdb is linked with libtool, which has a different meaning for -static, and -all-static must be used to get a static executable. The binutils build script already uses this option for static builds. Also remove unnecessary -static from cflags for the gdb build. Signed-off-by: Chris Copeland <chris@chrisnc.net>