[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: glibc 2.18 built with gcc 4.8 doesn't boot



Justus Winter, le Fri 29 Nov 2013 15:06:31 +0100, a écrit :
> Ok, Richard was kind enough to restore darnassus to a more mainline
> state, so that I can build the libc there. But I need a little help,
> how do I build it? Please be specific ;)

Building with gcc 4.8 is a matter of adding these to
debian/sysdeps/hurd.mk:

CC     = $(DEB_HOST_GNU_TYPE)-$(BASE_CC)-4.8
CXX    = $(DEB_HOST_GNU_TYPE)-$(BASE_CXX)-4.8

and rebuilding.

Commenting everything in debian/sysdeps/hurd-i386.mk will save the i686
and xen builds.

Then install the resulting binaries, and reboot.

Samuel


Reply to: