Changeset 9180 for trunk/make


Ignore:
Timestamp:
Aug 30, 2002, 10:51:08 PM (23 years ago)
Author:
bird
Message:

CPU option naming.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/setup.optional.watcom11x.mk

    r9169 r9180  
    1 # $Id: setup.optional.watcom11x.mk,v 1.7 2002-08-29 12:06:17 bird Exp $
     1# $Id: setup.optional.watcom11x.mk,v 1.8 2002-08-30 20:51:08 bird Exp $
    22
    33#
     
    3535_CC_O_X     =
    3636!ifdef ENV_16BIT
    37 _CC_O_CPU   = -5
    38 !else
    39 _CC_O_CPU   = -5r
     37_CC_CPU   = -5
     38!else
     39_CC_CPU   = -5r
    4040!endif
    4141
     
    164164!endif
    165165
    166 !if defined(ALL_O_CPU)
    167 ! ifdef ENV_16BIT
    168 _CC_O_CPU   = -$(ALL_O_CPU)
    169 ! else
    170 _CC_O_CPU   = -$(ALL_O_CPU)r
    171 ! endif
    172 !endif
    173 !if defined(CC_O_CPU)
    174 ! ifdef ENV_16BIT
    175 _CC_O_CPU   = -$(CC_O_CPU)
    176 ! else
    177 _CC_O_CPU   = -$(CC_O_CPU)r
     166!if defined(ALL_CPU)
     167! ifdef ENV_16BIT
     168_CC_CPU     = -$(ALL_CPU)
     169! else
     170_CC_CPU     = -$(ALL_CPU)r
     171! endif
     172!endif
     173!if defined(CC_CPU)
     174! ifdef ENV_16BIT
     175_CC_CPU     = -$(CC_CPU)
     176! else
     177_CC_CPU     = -$(CC_CPU)r
    178178! endif
    179179!endif
    180180
    181181_CC_OPTIONAL = $(_CC_SEG_TEXT) $(_CC_SEG_DATA) $(_CC_SEG_XCPT) $(_CC_SEG_TEXT_CLASS) $(_CC_DEFAULT_LIBS) \
    182                $(_CC_PACK) $(_CC_MODEL) -d$(_CC_DEF_MODEL) $(_CC_OPT_R) $(_CC_O_CPU) $(_CC_OPTIM)
     182               $(_CC_PACK) $(_CC_MODEL) -d$(_CC_DEF_MODEL) $(_CC_OPT_R) $(_CC_CPU) $(_CC_OPTIM)
    183183
    184184
     
    212212_CXX_O_DISABLE =
    213213_CXX_O_X     =
    214 _CXX_O_CPU   =
     214_CXX_CPU     =
    215215!ifdef ENV_16BIT
    216 _CXX_O_CPU   = -5
    217 !else
    218 _CXX_O_CPU   = -5r
     216_CXX_CPU     = -5
     217!else
     218_CXX_CPU     = -5r
    219219!endif
    220220
     
    354354!endif
    355355
    356 !if defined(ALL_O_CPU)
    357 ! ifdef ENV_16BIT
    358 _CXX_O_CPU   = -$(ALL_O_CPU)
    359 ! else
    360 _CXX_O_CPU   = -$(ALL_O_CPU)r
    361 ! endif
    362 !endif
    363 !if defined(CXX_O_CPU)
    364 ! ifdef ENV_16BIT
    365 _CXX_O_CPU   = -$(CXX_O_CPU)
    366 ! else
    367 _CXX_O_CPU   = -$(CXX_O_CPU)r
     356!if defined(ALL_CPU)
     357! ifdef ENV_16BIT
     358_CXX_CPU     = -$(ALL_CPU)
     359! else
     360_CXX_CPU     = -$(ALL_CPU)r
     361! endif
     362!endif
     363!if defined(CXX_CPU)
     364! ifdef ENV_16BIT
     365_CXX_CPU     = -$(CXX_CPU)
     366! else
     367_CXX_CPU     = -$(CXX_CPU)r
    368368! endif
    369369!endif
    370370
    371371_CXX_OPTIONAL = $(_CXX_SEG_TEXT) $(_CXX_SEG_DATA) $(_CXX_SEG_XCPT) $(_CXX_SEG_TEXT_CLASS) $(_CXX_DEFAULT_LIBS) \
    372                 $(_CXX_PACK) $(_CXX_XCPT) $(_CXX_MODEL) -d$(_CXX_DEF_MODEL) $(_CXX_OPT_R) $(_CXX_O_CPU) $(_CXX_OPTIM)
    373 
     372                $(_CXX_PACK) $(_CXX_XCPT) $(_CXX_MODEL) -d$(_CXX_DEF_MODEL) $(_CXX_OPT_R) $(_CXX_CPU) $(_CXX_OPTIM)
     373
Note: See TracChangeset for help on using the changeset viewer.