Ticket #2732: tests/lib/vfs/Makefile.am: drop muldefs from CFLAGS
commit3e4d6d6b760e6f7043f26ee65ba415db7e9d47b2
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 13 Feb 2012 08:35:52 +0000 (13 11:35 +0300)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 13 Feb 2012 11:18:16 +0000 (13 14:18 +0300)
tree4873a354a4b070cb90335cb0da6d7b4e3c53aa55
parentb1a26c7e2f19e20c1fd5c5be26b9284ac0e8fa01
Ticket #2732: tests/lib/vfs/Makefile.am: drop muldefs from CFLAGS

Otherwise gcc on alpha/arm will break in gcc -c phase:

      CC     config_string.o
    armv5tel-softfloat-linux-gnueabi-gcc <skip>  -z muldefs -c config_string.c
    armv5tel-softfloat-linux-gnueabi-gcc: muldefs: No such file or directory
    make[4]: *** [config_string.o] Error 1

Gentoo-bug: http://bugs.gentoo.org/403343
Reported-by: Markus Meier
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
tests/lib/mcconfig/Makefile.am
tests/lib/vfs/Makefile.am