This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
# Machine file for devices with the AMD Geode LX processor |
| 2 |
# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved |
| 3 |
# Released under the MIT license (see packages/COPYING) |
| 4 |
|
| 5 |
TARGET_ARCH = "i486" |
| 6 |
|
| 7 |
require conf/machine/include/tune-geode.inc |
| 8 |
|
| 9 |
PREFERRED_PROVIDER_virtual/kernel = "linux-geodelx" |
| 10 |
|
| 11 |
KERNEL_IMAGETYPE = "bzImage" |
| 12 |
|
| 13 |
GLIBC_ADDONS = "nptl" |
| 14 |
GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=geode" |
| 15 |
SELECTED_OPTIMIZATION_pn-glibc := "${@'${SELECTED_OPTIMIZATION}'.replace('-fomit-frame-pointer', '')}" |