Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2003 18:42:17 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 28136 for review
Message-ID:  <200304050242.h352gHjU095361@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=28136

Change 28136 by peter@peter_overcee on 2003/04/04 18:42:09

	use the cross compiler

Affected files ...

.. //depot/projects/hammer/sys/conf/Makefile.x86_64#3 edit

Differences ...

==== //depot/projects/hammer/sys/conf/Makefile.x86_64#3 (text+ko) ====

@@ -17,6 +17,19 @@
 # after which config should be rerun for all machines.
 #
 
+# The FSF cross tools don't understand -fformat-extensions
+CWARNFLAGS=     -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
+                -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
+                -ffreestanding
+CC=             x86_64-unknown-freebsd5.0-gcc
+LD=             x86_64-unknown-freebsd5.0-ld
+NM=             x86_64-unknown-freebsd5.0-nm
+SIZE=           x86_64-unknown-freebsd5.0-size
+OBJCOPY=        x86_64-unknown-freebsd5.0-objcopy
+OBJDUMP=        x86_64-unknown-freebsd5.0-objdump
+MACHINE_ARCH=   x86_64
+
+
 # Which version of config(8) is required.
 %VERSREQ=	500011
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304050242.h352gHjU095361>