config/arch/ia64/functions
changeset 898 fe3eda71a9d0
parent 387 2fa4b675a9a3
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/arch/ia64/functions	Fri Oct 03 12:30:58 2008 +0000
     1.3 @@ -0,0 +1,6 @@
     1.4 +# Compute IA-64-specific values
     1.5 +
     1.6 +CT_DoArchValues() {
     1.7 +    # The architecture part of the tuple:
     1.8 +    CT_TARGET_ARCH="${CT_ARCH}"
     1.9 +}