aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/gnu.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@frob.com>2002-04-15 20:44:35 +0000
committerRichard Henderson <rth@redhat.com>2002-04-15 20:44:35 +0000
commitdc1169ad8408089361da1143554f3ba1c52e7280 (patch)
treec04cc49cc7019ce3a2ffe699ab3cdc79537e87b3 /gcc/config/gnu.h
parent3fbbd43c93d46cb7ef449b558f2390e3c5d1b5ee (diff)
* config.gcc (alpha*-*-gnu*): New target configuration.
* config/alpha/gnu.h: New file for it. * config/gnu.h (TARGET_MEM_FUNCTIONS): #undef before #define. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@52332 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/gnu.h')
-rw-r--r--gcc/config/gnu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/gnu.h b/gcc/config/gnu.h
index 1f4b93ac036..f5f4184e8d3 100644
--- a/gcc/config/gnu.h
+++ b/gcc/config/gnu.h
@@ -13,6 +13,7 @@
#define STANDARD_INCLUDE_DIR "/include"
/* Implicit library calls should use memcpy, not bcopy, etc. */
+#undef TARGET_MEM_FUNCTIONS
#define TARGET_MEM_FUNCTIONS
/* The system headers under GNU are C++-aware. */