Ignore:
Timestamp:
Jan 18, 2010, 5:40:57 PM (16 years ago)
Author:
Silvan Scherrer
Message:

made it build with gcc 3.3.5

File:
1 edited

Legend:

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

    r387 r388  
    2626
    2727ndpsmb_SOURCES = \
    28         version.h \
    2928        rc/rc.rc \
    3029        ndpsmb.def \
     
    3736ndpsmb_CFLAGS = -Zomf
    3837# YD -O2/O3 triggers stack variable alignment bug in gcc 4.3.2/4.4.0!
    39 ndpsmb_CFLAGS.release = -g -O1 -march=pentium -mcpu=pentium3
     38ndpsmb_CFLAGS.release = -g -O1 -march=pentium -mtune=pentium4
     39# SCS when building with gcc 3.3.5 use the below cflags
     40# ndpsmb_CFLAGS.release = -s -O3 -march=pentium -mcpu=pentium3
    4041ndpsmb_CFLAGS.debug = -g -O0 -DDEBUG_PRINTF
    4142ndpsmb_LDFLAGS = -Zomf -Zno-fork -Zmap -Zbin-files
Note: See TracChangeset for help on using the changeset viewer.