Changeset 707

Show
Ignore:
Timestamp:
09/25/06 00:42:22 (2 years ago)
Author:
tg
Message:

optimise for size by default

even so, everything is much much larger than on i386-bsd,
is that the libraries, the compiler or the platform's fault?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/rules.mk

    r672 r707  
    6767export UNAME_S UNAME_R UNAME_M 
    6868 
     69ifeq ($(strip ${TARGET_CFLAGS}),) 
     70TARGET_CFLAGS:=         -Os 
     71endif 
     72 
    6973_show: 
    7074        @echo '$($(show))'