Yes, there is, thanks for noticing that! Fixed patch attached. On 20-12-15 00:37:02, Gerald Pfeifer wrote: > On Mon, 14 Dec 2020, Piotr Kubaj via Gcc-patches wrote: > > --- gcc/configure.ac.orig 2020-12-14 15:22:23 UTC > > +++ gcc/configure.ac > > @@ -5874,6 +5874,8 @@ case "$target:$tm_file" in > > *-*-linux*) > > emul_name="-melf64ppc" > > ;; > >+ *le-*-freebsd*) > >+ emul_name="-melf64lppc_fbsd" > > *-*-freebsd*) > > emul_name="-melf64ppc_fbsd" > > ;; > > Is there a ;; missing to terminate the *le-*-freebsd* entry? > > (Or am I missing some subtlety of /bin/sh ?) > > Gerald > --