This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix bootstrap on ARM v3


Bootstrap of trunk is currently broken on ARM v3.  This got broken
when support for v7 got added, with the following change:
http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01850.html
After this change, __ARM__ARCH__ is no longer defined on v3 (and lower)
machines.

Here are two alternative, tested patches.  Which one should I install?
The first one will show "Unable to determine architecture" on v1/v2
whereas the second will will simply default to v3 (the old behaviour).

2007-04-20  Martin Michlmayr  <tbm@cyrius.com>

	PR target/32007
	* config/arm/lib1funcs.asm: Define __ARM_ARCH__ on v3 machines.

-- 
Martin Michlmayr
http://www.cyrius.com/

Attachment: p1
Description: Text document

Attachment: p2
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]