diff options
author | Eric Christopher <echristo@cygnus.com> | 2000-05-24 06:21:49 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-05-24 00:21:49 -0600 |
commit | b39d221a3fbdf3f80c275a3365f71c1123fb173b (patch) | |
tree | 315f01fa811aa3a76499355b642805651f2e4ef1 /gcc/libgcc2.c | |
parent | 721c3b4275799e26710b77ffa94e8c971369fc06 (diff) | |
download | gcc-b39d221a3fbdf3f80c275a3365f71c1123fb173b.tar.gz |
configure.in: Redefine inhibit_libc conditions.
* configure.in: Redefine inhibit_libc conditions.
* libgcc2.c: Remove inhibit_libc conditional define.
* configure: Regenerate.
From-SVN: r34126
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 13c1b5276c2..599842e104c 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -44,13 +44,6 @@ Boston, MA 02111-1307, USA. */ #undef abort #endif -/* In a cross-compilation situation, default to inhibiting compilation - of routines that use libc. */ - -#if defined(CROSS_COMPILE) && !defined(inhibit_libc) -#define inhibit_libc -#endif - #include "libgcc2.h" #if defined (L_negdi2) || defined (L_divdi3) || defined (L_moddi3) |