From owner-p4-projects Sat Oct 12 6:11: 4 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0187337B404; Sat, 12 Oct 2002 06:11:01 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D98637B401 for ; Sat, 12 Oct 2002 06:11:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B7F443EC5 for ; Sat, 12 Oct 2002 06:11:01 -0700 (PDT) (envelope-from tzukanov@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9CDAcMt005011 for ; Sat, 12 Oct 2002 06:10:38 -0700 (PDT) (envelope-from tzukanov@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9CDAbCl005006 for perforce@freebsd.org; Sat, 12 Oct 2002 06:10:37 -0700 (PDT) Date: Sat, 12 Oct 2002 06:10:37 -0700 (PDT) Message-Id: <200210121310.g9CDAbCl005006@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to tzukanov@freebsd.org using -f From: Serguei Tzukanov Subject: PERFORCE change 19140 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=19140 Change 19140 by tzukanov@tzukanov_antares on 2002/10/12 06:10:08 Fix typo. 'make -DNOLIBC_R -DNOPROFILE TARGET_ARCH=s390 build{kernel|world}' now works. Note that hercules in ports does not actually work for unknown reason (at least on -current). I'll send instructions on getting freebsd run in emulatore when i figure this out. Affected files ... .. //depot/projects/s390/lib/libc/stdlib/malloc.c#4 edit Differences ... ==== //depot/projects/s390/lib/libc/stdlib/malloc.c#4 (text+ko) ==== @@ -45,7 +45,7 @@ #include "namespace.h" #if defined(__FreeBSD__) -# if defined(__i386__) || if defined(__s390__) +# if defined(__i386__) || defined(__s390__) # define malloc_pageshift 12U # define malloc_minsize 16U # endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message