Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 11904] glibc breaks on 32-bit chroot hosted in 64-bit kernel

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 11904] glibc breaks on 32-bit chroot hosted in 64-bit kernel
  • Date: 22 May 2006 08:41:05 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=11904





------- Additional Comments From seth AT swoolley.homeip.net 2006-05-22 03:41
-------
if [[ $(uname -m) = *86_64 ]]; then
if echo "$CFLAGS" | grep -q -- "-m64"; then
GLIBC_ARCH=x86_64
else
GLIBC_ARCH=i386
fi



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




Archive powered by MHonArc 2.6.24.

Top of Page