Changeset 92d349c8 in mainline for kernel/Makefile


Ignore:
Timestamp:
2007-06-05T15:31:30Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
52d30c4
Parents:
473e693
Message:

More suncc fixes.

  • remove more empty declarations
  • add options to turn errors on empty structs into warnings and options to silence these warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r473e693 r92d349c8  
    3939DEFS = -D$(ARCH) -DARCH=\"$(ARCH)\" -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\"" -DKERNEL
    4040CFLAGS = -fno-builtin -fomit-frame-pointer -Wall -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/
    41 #SUNCC_CFLAGS = -xO3 -Igeneric/include/ -xnolib -xc99=all -D__FUNCTION__=__func__
     41
     42#SUNCC_CFLAGS = -xO3 -Igeneric/include/ -xnolib -xc99=all \
     43#-D__FUNCTION__=__func__ -features=extensions \
     44#-erroff=E_ZERO_SIZED_STRUCT_UNION
     45
    4246LFLAGS = -M
    4347AFLAGS =
Note: See TracChangeset for help on using the changeset viewer.