Changeset 57ce359 in mainline for Makefile


Ignore:
Timestamp:
2006-10-22T18:27:57Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
19dce27
Parents:
2191541
Message:

Rename xen32 to ia32xen.
The name seems to be more logical as Xen supports more host architectures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r2191541 r57ce359  
    112112endif
    113113
    114 ifeq ($(PLATFORM),xen32)
    115         KARCH = xen32
     114ifeq ($(PLATFORM),ia32xen)
     115        KARCH = ia32xen
    116116        UARCH = ia32
    117         BARCH = xen32
     117        BARCH = ia32xen
    118118endif
    119119
Note: See TracChangeset for help on using the changeset viewer.