diff options
author | Raymond Danks <raymond@edanks.com> | 2006-05-31 21:59:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-31 21:59:26 +0000 |
commit | 06b41211b9cec9ffb12c834956cb9d11aeaa11e3 (patch) | |
tree | 5b04e2e6dc090b4defaa0d973baf6a7eb923e9c7 /site/x86_64-linux | |
parent | 2de37f2649fbea19b30360e626f9764c43e53918 (diff) |
classes
bootimg.bbclass - This creates a bootable image using syslinux, your kernel and an optional initrd
kernel.bbclass - drivers/crypto and include/acpi are needed by some
pkgconfig.bbclass - searching for .pc files
syslinux.bbclass - This creates a configuration file suitable for use with syslinux.
site
mipsel-linux, i486-linux, i686-linux, x86_64-linux updates for:
gcc, lmbench, X11R7.0, sudo, audacity
conf
add db1200 and geodelx machine configurations.
Diffstat (limited to 'site/x86_64-linux')
-rw-r--r-- | site/x86_64-linux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/x86_64-linux b/site/x86_64-linux index ba60564d0d..dc7cb09069 100644 --- a/site/x86_64-linux +++ b/site/x86_64-linux @@ -78,3 +78,6 @@ utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} # gettext am_cv_func_working_getline=${am_cv_func_working_getline=yes} + +#gcc +ac_cv_lib_m_sin=${ac_cv_lib_m_sin=yes} |