From owner-p4-projects@FreeBSD.ORG Fri Nov 2 19:15:18 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D599416A468; Fri, 2 Nov 2007 19:15:17 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7464816A41B for ; Fri, 2 Nov 2007 19:15:17 +0000 (UTC) (envelope-from raj@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6450D13C4A5 for ; Fri, 2 Nov 2007 19:15:17 +0000 (UTC) (envelope-from raj@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lA2JFHuU078303 for ; Fri, 2 Nov 2007 19:15:17 GMT (envelope-from raj@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lA2JFHLt078300 for perforce@freebsd.org; Fri, 2 Nov 2007 19:15:17 GMT (envelope-from raj@freebsd.org) Date: Fri, 2 Nov 2007 19:15:17 GMT Message-Id: <200711021915.lA2JFHLt078300@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to raj@freebsd.org using -f From: Rafal Jaworowski To: Perforce Change Reviews Cc: Subject: PERFORCE change 128529 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2007 19:15:18 -0000 http://perforce.freebsd.org/chv.cgi?CH=128529 Change 128529 by raj@raj_mimi on 2007/11/02 19:14:18 Cleanup Affected files ... .. //depot/projects/e500/sys/boot/powerpc/uboot/Makefile#4 edit .. //depot/projects/e500/sys/boot/uboot/lib/Makefile#5 edit Differences ... ==== //depot/projects/e500/sys/boot/powerpc/uboot/Makefile#4 (text+ko) ==== @@ -71,9 +71,6 @@ LDFLAGS= -nostdlib -static -T ${.CURDIR}/ldscript.powerpc -# XXX e500 specific - need to integrate it with the overall build settings... -#CFLAGS+= -Wa,-me500 -msoft-float - # Pull in common loader code .PATH: ${.CURDIR}/../../uboot/common .include "${.CURDIR}/../../uboot/common/Makefile.inc" ==== //depot/projects/e500/sys/boot/uboot/lib/Makefile#5 (text+ko) ==== @@ -19,8 +19,6 @@ # and forth safely. For PowerPC these are r14 and r29, but always make # sure in the U-Boot cpu/{CPU}/config.mk, e.g. cpu/mpc85xx/config.mk # -# FIXME this should be integrated with the whole system build settings -#CFLAGS+= -msoft-float -Wa,-me500 -ffixed-r14 -ffixed-r29 CFLAGS+= -ffixed-r14 -ffixed-r29 .endif