Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2010 04:32:53 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 180744 for review
Message-ID:  <201007110432.o6B4Wrbi065211@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@180744?ac=10

Change 180744 by gonzo@gonzo_figaro on 2010/07/11 04:32:28

	Linker seems to have some issues with --relax, disable it for now

Affected files ...

.. //depot/projects/avr32/src/share/mk/bsd.cpu.mk#7 edit

Differences ...

==== //depot/projects/avr32/src/share/mk/bsd.cpu.mk#7 (text+ko) ====

@@ -204,7 +204,7 @@
 
 .if ${MACHINE_ARCH} == "avr32"
 # XXX: Needed for debugging
-CFLAGS += -fno-omit-frame-pointer
+CFLAGS += -fno-omit-frame-pointer -mno-relax
 .endif
 
 .if ${MACHINE_ARCH} == "mips" 



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