for a in *.c ieee754/*.c 
do 
   echo compiling $a... 
   mips64r5900-sce-elf-gcc -I../include -I. \
        -Wno-parentheses -Wwrite-strings \
        -D_LIBC -DHAVE_GNU_LD -DHAVE_GNU_AS \
        -c $a
done
