Changeset 70554dd in mainline for kernel/arch/ia32/Makefile.inc


Ignore:
Timestamp:
2009-02-20T15:50:36Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7aef7ee
Parents:
f32d90b
Message:

dash is not a safe character for C preprocessor, use underscore instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/Makefile.inc

    rf32d90b r70554dd  
    4646#
    4747
    48 ifeq ($(MACHINE),athlon-xp)
     48ifeq ($(MACHINE),athlon_xp)
    4949        CMN2 = -march=athlon-xp
    5050        SUNCC_CFLAGS += -xarch=ssea
    5151endif
    52 ifeq ($(MACHINE),athlon-mp)
     52ifeq ($(MACHINE),athlon_mp)
    5353        CMN2 = -march=athlon-mp
    5454        SUNCC_CFLAGS += xarch=ssea
Note: See TracChangeset for help on using the changeset viewer.