------- Comment #3 from joel at gcc dot gnu dot org 2009-08-20 13:00 ------- Does AWK need to be set in libada/Makefile.in? Since this works for C/C++, it must be OK in other places.
In gcc/config/m68k/t-mlibs... M68K_AWK = $(strip $(shell $(AWK) 'BEGIN { FS="[ \t]*[,()][ \t]*"; ORS=" " }; \ /^M68K_DEVICE/ { CPU=$$3; FLAGS=$$8; \ CPU_NAME=substr($$2,2,length($$2)-2); \ MLIB=substr($$5,2,length($$5)-2); \ if ($1) print $2 }' $(srcdir)/config/m68k/m68k-devices.def)) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41122