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

GCC Packaging on hurd-i386



I notice that all of my patch in 144858 was applied to gcc-3.1 except
for this bit:

<     ifeq ($(DEB_HOST_GNU_TYPE),hurd-i386)
<       ctrl_flags += -DLIBC_DEV=libc0.2-dev
---
>     ifeq ($(DEB_HOST_GNU_TYPE),i386-gnu)
>       ctrl_flags += -DLIBC_DEV=libc0.3-dev

The problem here is that you're using DEB_HOST_GNU_TYPE, which is
"i386-gnu".  You may instead want to use DEB_HOST_ARCH if you want to
match hurd-i386.

Tks,
Jeff Bailey

-- 
 One of the great things about books is sometimes
 there are some fantastic pictures.
 -- George W. Bush 


-- 
To UNSUBSCRIBE, email to debian-gcc-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: