Changeset 710

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

add -fno-ident, on the host too (I wonder what host-built
files get into the target... libgcc probably)

Files:

Legend:

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

    r707 r710  
    6767export UNAME_S UNAME_R UNAME_M 
    6868 
     69ifeq ($(strip ${CFLAGS}),) 
     70CFLAGS:=                -Os -fno-ident 
     71endif 
    6972ifeq ($(strip ${TARGET_CFLAGS}),) 
    70 TARGET_CFLAGS:=         -Os 
     73TARGET_CFLAGS:=         -Os -fno-ident 
    7174endif 
    7275