- for the native target gcc, drop --enable-optspace in favour of using the configured...
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 26 Jan 2007 14:51:38 +0000 (14:51 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 26 Jan 2007 14:51:38 +0000 (14:51 -0000)
commit4687e008086b44312cf45610a16a945ab4e89fa4
tree164a96b37a9b9811bb9558af7f80029f91b3da75
parent9e6af6c004a16bc981616cc7db702ddc3a1bf80f
- for the native target gcc, drop --enable-optspace in favour of using the configured flags (that default to -Os anyway).
  Saves about 20% size without additional configure args:
   text    data     bss     dec     hex filename
4685000   17280  566360 5268640  5064a0 optspace/i586-linux-uclibc/4.2.0/cc1
3630655   15184  562172 4208011  40358b usrflags/i586-linux-uclibc/4.2.0/cc1
4853646   23532  568528 5445706  53184a optspace/i586-linux-uclibc/4.2.0/f951
3772121   21292  564148 4357561  427db9 usrflags/i586-linux-uclibc/4.2.0/f951
toolchain/gcc/Makefile.in
toolchain/gcc/gcc-uclibc-3.x.mk