Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
avr-gcc - Cross Compiling GNU GCC targeted at avr
This is a Cross Compiling version of GNU GCC, which can be used to
compile for the avr platform, instead of for the
native x86_64 platform.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
avr-gcc |
4.1.2 |
4.fc6 |
src |
20.32 MiB |
Tue May 22 12:03:58 2007 |
Changelog
- * Sun May 20 18:00:00 2007 Hans de Goede <j{*}w{*}r{*}degoede{%}hhs{*}nl> 4.1.2-4
- Honor and use $RPM_OPT_FLAGS
- define VERSUFFIX to Fedora version-release, so that people can tell this is
a patched / customized build
- Use gcc-core and gcc-g++ tarballs instead of the monolithic tarball
- Run contrib/gcc_update --touch after applying our patches
- In general, building GCC is not smp-safe, remove smpflags to play it safe
- Remove not usefull install-tools binaries
- Change %{_libdir} into /usr/lib as gcc always installs its files under
/usr/lib
- * Mon May 14 18:00:00 2007 Hans de Goede <j{*}w{*}r{*}degoede{%}hhs{*}nl> 4.1.2-3
- Use normal make / make install instead off make all-gcc / make install-gcc
- Add --disable-libssp to the configure flags, freebsd ports, the avrlibc docs,
and debian package all do this, and ./configure does not do this automaticly
- Add --enable-version-specific-runtime-libs, as we don't want gcc/g++ to be
looking in the default include/lib paths
- Add --with-system-zlib and zlib-devel BR
- Add 2 usefull patches from freebsd ports collection
- Split g++ off into a seperate package
- Add special script/workaround to avoid debuginfo generation for non native
libs
- * Wed Apr 25 18:00:00 2007 Lennart Kneppers <lennartkneppers{%}gmail{*}com> 4.1.2-2
- Minor changes