Hi Jeff. First of all, thanks for reviewing the port.
> +++ b/libgcc/config/bpf/t-bpf
> @@ -0,0 +1,24 @@
> +HOST_LIBGCC2_CFLAGS += -O0
> +LIB2ADDEH =
I'd like to understand the motivation behind the -O0, but otherwise I
don't see anything particularly concerning here.
Oh that's a reminiscency from earlier development stages when libgcc
wouldn't built with -O2. I just removed it and everything builds ok.
