From: marcansoft Date: Fri, 26 Feb 2010 14:03:03 +0000 (+0000) Subject: Link using gcc and get rid of the LIBGCC stuff X-Git-Tag: v1.0.0~311 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/98540684dfaac1b0ef75b7d047f5b6a46a519c1b?hp=98540684dfaac1b0ef75b7d047f5b6a46a519c1b Link using gcc and get rid of the LIBGCC stuff GCC knows how to find libgcc, and the proper way to link C code is to use gcc, not ld. ---