diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-03 18:13:59 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-03 18:13:59 +0000 |
commit | 795d682d18e105c97d97c36ba69602eb5205b651 (patch) | |
tree | 1e1f04979f11c0b2f04a681c7fad236b4a4fb162 /native/native-kernel.oe | |
parent | d664a60ef1d01619d4f538699b009d94d4de402c (diff) |
set COMPATIBLE_HOST=${BUILD_SYS}
BKrev: 416041678LMNIdmb4OhDYwSrm16NfA
Diffstat (limited to 'native/native-kernel.oe')
-rw-r--r-- | native/native-kernel.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/native-kernel.oe b/native/native-kernel.oe index 513f3d1268..67b1c29bbd 100644 --- a/native/native-kernel.oe +++ b/native/native-kernel.oe @@ -1,3 +1,4 @@ +COMPATIBLE_HOST = "${BUILD_SYS}" PROVIDES = "virtual/kernel" |