diff options
Diffstat (limited to 'meta/conf/distro/poky-oabi.conf')
-rw-r--r-- | meta/conf/distro/poky-oabi.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/conf/distro/poky-oabi.conf b/meta/conf/distro/poky-oabi.conf new file mode 100644 index 0000000000..71d6092011 --- /dev/null +++ b/meta/conf/distro/poky-oabi.conf | |||
@@ -0,0 +1,11 @@ | |||
1 | # | ||
2 | # Poky configuration to use its Original ABI | ||
3 | # | ||
4 | PREFERRED_VERSION_binutils ?= "2.16" | ||
5 | PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" | ||
6 | PREFERRED_VERSION_gcc ?= "3.4.4" | ||
7 | PREFERRED_VERSION_gcc-cross ?= "3.4.4" | ||
8 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" | ||
9 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.11.1" | ||
10 | PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627" | ||
11 | PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc" \ No newline at end of file | ||