K 10 svn:author V 5 danfe K 8 svn:date V 27 2014-06-09T04:25:02.435964Z K 7 svn:log V 506 Remove USE_GCC and fix the broken code instead. While gcc accepts %cc and %memory, the syntax is wrong, since % is only used for registers. Clang currently rejects those constructs [1]. Similar fix was applied to NSS by Mozilla team before [2]. While here: remove BROKEN for ia64/sparc64 where it builds (for powerpc use BROKEN_powerpc), allow staging as regular user, GC stray MASTER_SITE_SUBDIR. [1] http://llvm.org/bugs/show_bug.cgi?id=10365 [2] https://bugzilla.mozilla.org/show_bug.cgi?id=671711 END