[oe-issues] [Bug 1728] patches which fix cross-compiling for x86_64

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Sun Jan 14 09:13:34 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=1728





------- Comment #6 from Patrick.Ohly at gmx.de  2007-01-14 01:13 -------
The following commit broke compilation of db3-3.2.9-r2 for x86_64:
- there seems to be an extra }
- x86_64/gcc-assembly is not recognized by db-3.2.9/dist/aclocal.m4,
  at least not in my setup; x86/gcc-assembly is supported

As I doubt that the x86 assembly code would compile I reverted to
db_cv_mutex=${db_cv_mutex=no}.

------

Revision: 6e2050b812aa6aafb5f5c31c8366c406566c5ce1
Ancestor: bcc164e1ee227a677d92f6fd8bd8da72b6b94c7a
Author: rpurdie at openembedded.org
Date: 2006-11-25T10:26:35
Branch: org.openembedded.dev

Modified files:
        site/ix86-common site/x86_64-linux

ChangeLog: 

site/: Correct db_cv_mutex for x86_64, add some entries to ix86-common for
qemux86 (from poky)

----

# 
# 
# patch "site/x86_64-linux"
#  from [8e497dad8cb8cdac74d911e64fedde5fb626fa0e]
#    to [7cbf90bca9770777ec0957f5af813719d8100e64]
# 
============================================================
--- site/x86_64-linux   8e497dad8cb8cdac74d911e64fedde5fb626fa0e
+++ site/x86_64-linux   7cbf90bca9770777ec0957f5af813719d8100e64
@@ -29,7 +29,7 @@ db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setf
 db_cv_alignp_t=${db_cv_alignp_t='unsigned long long'}
 db_cv_align_t=${db_cv_align_t='unsigned long long'}
 db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
-db_cv_mutex=${db_cv_mutex=no}
+db_cv_mutex=${db_cv_mutex=x86_64/gcc-assembly}}
 db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
 db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
 db_cv_path_cp=${db_cv_path_cp=/bin/cp}


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-issues mailing list