blob: 7316f2d74710526d138bda651f292498ab67d0b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Machine file for devices with the AMD Geode LX processor
# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
TARGET_ARCH = "i586"
require conf/machine/include/tune-geode.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-geodelx"
KERNEL_IMAGETYPE = "bzImage"
GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=i586"
SELECTED_OPTIMIZATION_pn-glibc := "${@'${SELECTED_OPTIMIZATION}'.replace('-fomit-frame-pointer', '')}"
|