annotate config/mt-wince @ 27:f9b1a53df341
implemented indirect sibcall for ppc.
author |
kent@teto.cr.ie.u-ryukyu.ac.jp |
date |
Tue, 10 Nov 2009 16:34:29 +0900 |
parents |
a06113de4d67 |
children |
|
rev |
line source |
0
|
1 # For Windows CE, we need to build the program that converts, copies,
|
|
2 # and renames the platform SDK files into gcc directories.
|
|
3
|
|
4 EXTRA_TARGET_HOST_ALL_MODULES:=$(EXTRA_TARGET_HOST_ALL_MODULES) all-utils
|
|
5 EXTRA_TARGET_HOST_INSTALL_MODULES:=$(EXTRA_TARGET_HOST_INSTALL_MODULES) install-utils
|
|
6
|
|
7 all-utils : all-libiberty
|
|
8
|
|
9 install-utils : all-libiberty
|
|
10
|