Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [matt-nb5-pq3] src/gnu/usr.bin/gcc4/arch/powerpc
Module Name: src
Committed By: matt
Date: Fri Jan 7 03:00:15 UTC 2011
Modified Files:
src/gnu/usr.bin/gcc4/arch/powerpc [matt-nb5-pq3]: configargs.h
Log Message:
Hack Alert. In order to get a compiler that supports soft-float, use a
hacked version of configargs.h which initializes configure_default_options
woth { { "float", "soft" } } if _SOFT_FLOAT is defined. In turn, tools/gcc
will be configured with "--with-float=soft" if MKSOFTFLOAT=yes which makes
the cross build compiler use soft-float by default and define _SOFT_FLOAT
which allows the above to happen.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.14.1 \
src/gnu/usr.bin/gcc4/arch/powerpc/configargs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index