aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/netbsd64.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-03-12 21:43:52 +0100
committerAndreas Jaeger <aj@gcc.gnu.org>2003-03-12 21:43:52 +0100
commitbfa2615fe1a58d3efc0e3866d88fa0dfe0b94f04 (patch)
tree4404bb4469a76026bafe17d35449eba019c01425 /gcc/config/i386/netbsd64.h
parent73458fb75948cbc4ce7eadeff9c9380cb96532ae (diff)
downloadgcc-bfa2615fe1a58d3efc0e3866d88fa0dfe0b94f04.zip
gcc-bfa2615fe1a58d3efc0e3866d88fa0dfe0b94f04.tar.gz
gcc-bfa2615fe1a58d3efc0e3866d88fa0dfe0b94f04.tar.bz2
netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to NETBSD_OS_CPP_BUILTINS_LP64.
* config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to NETBSD_OS_CPP_BUILTINS_LP64. From-SVN: r64261
Diffstat (limited to 'gcc/config/i386/netbsd64.h')
-rw-r--r--gcc/config/i386/netbsd64.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/i386/netbsd64.h b/gcc/config/i386/netbsd64.h
index 341b6d1..03f3c1a 100644
--- a/gcc/config/i386/netbsd64.h
+++ b/gcc/config/i386/netbsd64.h
@@ -24,8 +24,6 @@ Boston, MA 02111-1307, USA. */
do \
{ \
NETBSD_OS_CPP_BUILTINS_ELF(); \
- if (TARGET_64BIT) \
- NETBSD_OS_CPP_BUILTINS_LP64(); \
} \
while (0)