Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Change
Next Change
→
Changeset
57ce359
in mainline for
Makefile
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
r2191541
r57ce359
112
112
endif
113
113
114
ifeq ($(PLATFORM),
xen32
)
115
KARCH =
xen32
114
ifeq ($(PLATFORM),
ia32xen
)
115
KARCH =
ia32xen
116
116
UARCH = ia32
117
BARCH =
xen32
117
BARCH =
ia32xen
118
118
endif
119
119
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive