Ignore:
Timestamp:
Jan 24, 2007, 9:19:57 PM (18 years ago)
Author:
bird
Message:

copyright 2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/GCC.kmk

    r697 r782  
    44# kBuild Tool Config - Generic GCC Using The System GCC.
    55#
    6 # Copyright (c) 2004-2005 knut st. osmundsen <bird-srcspam@anduin.net>
     6# Copyright (c) 2004-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
    77#
    88#
     
    4242# General Properties used by kBuild
    4343TOOL_GCC_COBJSUFF         ?= .o
    44 TOOL_GCC_CFLAGS           ?= 
     44TOOL_GCC_CFLAGS           ?=
    4545TOOL_GCC_CFLAGS.debug     ?= -g
    4646TOOL_GCC_CFLAGS.profile   ?= -g -O2 #-pg
     
    5151TOOL_GCC_CXXOBJSUFF       ?= .o
    5252TOOL_GCC_CXXOBJSUFF       ?= .o
    53 TOOL_GCC_CXXFLAGS         ?= 
     53TOOL_GCC_CXXFLAGS         ?=
    5454TOOL_GCC_CXXFLAGS.debug   ?= -g -O0
    5555TOOL_GCC_CXXFLAGS.profile ?= -g -O2 #-pg
Note: See TracChangeset for help on using the changeset viewer.