aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha/osf.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2007-04-20 12:05:24 -0700
committerRichard Henderson <rth@gcc.gnu.org>2007-04-20 12:05:24 -0700
commitf326fd7a0323d1a17756dc64af3e7d91ef366928 (patch)
treee62364dbe54bb67bb6fcaaf7e8c385b263c96bbb /gcc/config/alpha/osf.h
parentbf6a0a18386d932017f0c9ed9d5cb986d234f6db (diff)
downloadgcc-f326fd7a0323d1a17756dc64af3e7d91ef366928.zip
gcc-f326fd7a0323d1a17756dc64af3e7d91ef366928.tar.gz
gcc-f326fd7a0323d1a17756dc64af3e7d91ef366928.tar.bz2
alpha.h (CPP_SPEC, [...]): Remove.
* config/alpha/alpha.h (CPP_SPEC, CPP_SUBTARGET_SPEC): Remove. (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS): Remove. * config/alpha/linux.h (CPP_SPEC): Undef before redefine. * config/alpha/linux-elf.h (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS. * config/alpha/freebsd.h (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS. (CPP_SPEC): Don't include %(cpp_subtarget). * config/alpha/netbsd.h (CPP_SPEC): Rename CPP_SUBTARGET_SPEC. (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS. * config/alpha/osf.h (CPP_SPEC, EXTRA_SPECS): Similarly. From-SVN: r123999
Diffstat (limited to 'gcc/config/alpha/osf.h')
-rw-r--r--gcc/config/alpha/osf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/alpha/osf.h b/gcc/config/alpha/osf.h
index f7aaf4d..5bc829d 100644
--- a/gcc/config/alpha/osf.h
+++ b/gcc/config/alpha/osf.h
@@ -61,8 +61,8 @@ Boston, MA 02110-1301, USA. */
instead of PTHREAD_USE_D4 since both have the same effect and the former
doesn't invade the users' namespace. */
-#undef CPP_SUBTARGET_SPEC
-#define CPP_SUBTARGET_SPEC \
+#undef CPP_SPEC
+#define CPP_SPEC \
"%{pthread|threads:-D_REENTRANT} %{threads:-D_PTHREAD_USE_D4}"
/* Under OSF4, -p and -pg require -lprof1, and -lprof1 requires -lpdf. */
@@ -134,8 +134,8 @@ Boston, MA 02110-1301, USA. */
#endif
-#undef SUBTARGET_EXTRA_SPECS
-#define SUBTARGET_EXTRA_SPECS { "asm_oldas", ASM_OLDAS_SPEC }
+#undef EXTRA_SPECS
+#define EXTRA_SPECS { "asm_oldas", ASM_OLDAS_SPEC }
/* Indicate that we have a stamp.h to use. */
#ifndef CROSS_DIRECTORY_STRUCTURE