Hi! I am trying to make a GUI "config" for GCC build process. For that i hv to know all the options for the native as well as cross compilation of GCC. I hv done "make distclean", but it's of no use. I then comiled in new dir, but now it's giving error: as: unrecognised option `-meabi=4' make[3]: *** [crtbegin.o] Error 1 make[3]: Leaving directory `/resources/u04130/newgcc/gcc' make[2]: *** [extra] Error 2 make[2]: Leaving directory `/resources/u04130/newgcc/gcc' make[1]: *** [stmp-multilib] Error 2 make[1]: Leaving directory `/resources/u04130/newgcc/gcc' make: *** [all-gcc] Error 2 Thanx