summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-03-22 23:29:46 +0000
committerwtc%netscape.com <devnull@localhost>1999-03-22 23:29:46 +0000
commit68b0f136cdd3b381e0aa6eb949983364f247a38f (patch)
tree592a512ece980f947e58b861112e9c9c4960aa97
parent83a33887fdfbc8eaec07c57dc0b4c920408ec827 (diff)
downloadnspr-hg-68b0f136cdd3b381e0aa6eb949983364f247a38f.tar.gz
Removed extraneous macro defines that are already defined
by the compiler.
-rw-r--r--config/BSD_OS.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/BSD_OS.mk b/config/BSD_OS.mk
index 87710cc5..3dc51ffd 100644
--- a/config/BSD_OS.mk
+++ b/config/BSD_OS.mk
@@ -42,11 +42,9 @@ OS_CFLAGS = $(DSO_CFLAGS) -DBSDI -DHAVE_STRERROR -DNEED_BSDREGEX
ifeq (86,$(findstring 86,$(OS_TEST)))
CPU_ARCH = x86
-OS_CFLAGS += -D__386BSD__ -Di386
endif
ifeq (sparc,$(findstring sparc,$(OS_TEST)))
CPU_ARCH = sparc
-OS_CFLAGS += -D__sparc__ -Dsparc
endif
ifeq ($(OS_RELEASE),2.1)