Andreas Schwab <sch...@linux-m68k.org> wrote: > David Taylor <dtay...@emc.com> writes: > > > {As to what d90f.elf is -- that's unimportant; but, it's the kernel for > > one of the boards in one of our hardware products.] > > Is it an optimized or an unoptimized build?
Optimized, -O2. According to find piped to wc, there's 2587 C files, 11 assembly files, 5 C++ files, and 2839 header files. Across the files, there's 4.9M lines in C files, 870K lines in header files, 9.7K lines in assembly, and 5.9K lines in C++.