diff options
author | kaie%kuix.de <devnull@localhost> | 2008-08-14 13:08:29 +0000 |
---|---|---|
committer | kaie%kuix.de <devnull@localhost> | 2008-08-14 13:08:29 +0000 |
commit | 09c88a455d32258a77e4f4ecabab22c0bb06a07c (patch) | |
tree | 23ec7b003847211fd480e715ad0a3544415cc951 | |
parent | 6167f8ce9c2e80b498abc87a817290502feef8c3 (diff) | |
download | nss-hg-09c88a455d32258a77e4f4ecabab22c0bb06a07c.tar.gz |
Bug 330628, backing myself out. I forgot we're on a freeze towards 3.12.1. sorry
-rw-r--r-- | security/coreconf/Linux.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/security/coreconf/Linux.mk b/security/coreconf/Linux.mk index 13281ddfc..765fe2171 100644 --- a/security/coreconf/Linux.mk +++ b/security/coreconf/Linux.mk @@ -117,13 +117,8 @@ ifeq ($(OS_TEST),mips) OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE CPU_ARCH = mips else -ifeq (,$(filter-out i686 i586 i486 i386,$(OS_TEST))) OS_REL_CFLAGS = -DLINUX1_2 -Di386 -D_XOPEN_SOURCE CPU_ARCH = x86 -else - OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE - CPU_ARCH = $(OS_TEST) -endif endif endif endif |