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@gcc.gnu.org>2002-04-15 13:44:35 -0700
commit83248d496dd8156a42a0616e8536fb0d4d1af3d4 (patch)
treec04cc49cc7019ce3a2ffe699ab3cdc79537e87b3 /gcc/config/gnu.h
parenta2b3412ca32b783b514633637758d1d25b5dccf4 (diff)
downloadgcc-83248d496dd8156a42a0616e8536fb0d4d1af3d4.zip
gcc-83248d496dd8156a42a0616e8536fb0d4d1af3d4.tar.gz
gcc-83248d496dd8156a42a0616e8536fb0d4d1af3d4.tar.bz2
config.gcc (alpha*-*-gnu*): New target configuration.
* config.gcc (alpha*-*-gnu*): New target configuration. * config/alpha/gnu.h: New file for it. * config/gnu.h (TARGET_MEM_FUNCTIONS): #undef before #define. From-SVN: r52332
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 1f4b93a..f5f4184 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. */