IFS=''
echo -n '
gcc -Wp,-MD,libpthread/../libpthread/linuxthreads.old/.forward.oS.d -DUCLIBC_INTERNAL -nostdinc -include include/libc-symbols.h -Iinclude -I. -Ilibc/sysdeps/linux/i386 -I/usr/srcdevel/uclibc/include_2.6.18.1/include -Ilibpthread/linuxthreads.old/sysdeps/unix/sysv/linux/i386 -Ilibpthread/linuxthreads.old/sysdeps/i386 -Ilibpthread/linuxthreads.old/sysdeps/unix/sysv/linux -Ilibpthread/linuxthreads.old/sysdeps/pthread -Ilibpthread/linuxthreads.old -Ilibpthread -iwithprefix include-fixed -iwithprefix include -ffunction-sections -fdata-sections -m32 -march=i486 -Wall -Wundef -Wstrict-prototypes -Wnested-externs -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wnonnull -std=gnu99 -Os -funit-at-a-time -fno-tree-loop-optimize -fno-tree-dominator-opts -fno-strength-reduce -fomit-frame-pointer -mpreferred-stack-boundary=2 -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -fno-builtin -fno-strict-aliasing -fstack-protector -DNOT_IN_libc -DIS_IN_libpthread -fstack-protector-all  -fPIC -DSHARED -c -o libpthread/../libpthread/linuxthreads.old/forward.oS libpthread/../libpthread/linuxthreads.old/forward.c
gcc -c libpthread/linuxthreads.old/forward.c -o libpthread/linuxthreads.old/forward.oS -include ./include/libc-symbols.h -Wall -Wstrict-prototypes -fno-strict-aliasing -Wnested-externs -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wnonnull -Wundef -ffunction-sections -fdata-sections -m32 -march=i486 -fstack-protector -fno-builtin -nostdinc -I./include -I. -I./libc/sysdeps/linux/i386 -DUCLIBC_INTERNAL -std=gnu99 -Os -funit-at-a-time -fno-tree-loop-optimize -fno-tree-dominator-opts -fno-strength-reduce -fomit-frame-pointer -mpreferred-stack-boundary=2 -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -I./libpthread/linuxthreads.old/sysdeps/unix/sysv/linux/i386 -I./libpthread/linuxthreads.old/sysdeps/i386 -I./libpthread/linuxthreads.old/sysdeps/unix/sysv/linux -I./libpthread/linuxthreads.old/sysdeps/pthread -I./libpthread/linuxthreads.old -I./libpthread -I/usr/srcdevel/uclibc/include_2.6.18.1/include/ -iwithprefix include-fixed -iwithprefix include -DMALLOC_DEBUGGING -DHEAP_DEBUGGING -fPIC -DSHARED -fstack-protector-all
' \
| while read -r line; do
	echo "$line" | sed -e 's: ./: :g' -e 's: -I./: -I:g' | xargs -n1 | sort | grep . | xargs | grep .
done
