Ignore:
Timestamp:
Jan 28, 2010, 6:25:35 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Remove deprecated MEMLEN token

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-1.5/src/Makefile.kmk

    r388 r395  
    3636ndpsmb_CFLAGS = -Zomf
    3737# YD -O2/O3 triggers stack variable alignment bug in gcc 4.3.2/4.4.0!
    38 ndpsmb_CFLAGS.release = -g -O1 -march=pentium -mtune=pentium4
     38ndpsmb_CFLAGS.release = -g -O1 -march=pentium -mtune=pentium4
    3939# SCS when building with gcc 3.3.5 use the below cflags
    40 # ndpsmb_CFLAGS.release = -s -O3 -march=pentium -mcpu=pentium3
     40ndpsmb_CFLAGS.release = -s -O3 -march=pentium -mcpu=pentium3
    4141ndpsmb_CFLAGS.debug = -g -O0 -DDEBUG_PRINTF
    4242ndpsmb_LDFLAGS = -Zomf -Zno-fork -Zmap -Zbin-files
Note: See TracChangeset for help on using the changeset viewer.