From 7ce03e13e88139c15266701df7e8122cdc625024 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 14 Aug 1996 20:41:17 +0000 Subject: [PATCH] Removed reference to SPECIAL_LANG --- config/CONFIG.Linux | 2 +- config/CONFIG.alpha | 2 +- config/CONFIG.hp700 | 2 +- config/CONFIG.sgi | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/CONFIG.Linux b/config/CONFIG.Linux index 9a05ad5e1..63c69571d 100644 --- a/config/CONFIG.Linux +++ b/config/CONFIG.Linux @@ -48,7 +48,7 @@ CC = $(C_$(CMPLR)) CCC_NORMAL_INVOKE_W_NO = $(CCC) +p CCC_NORMAL_INVOKE_W_YES = $(CCC) +p +w CCC_STRICT_INVOKE_W_YES = $(CCC) +p +w -CCC_LD_FLAGS = -L$(SPECIAL_LANG) +CCC_LD_FLAGS = CCC_LD_LIBS = G++_NORMAL_INVOKE_W_NO = $(G++) -ansi -pedantic -w G++_NORMAL_INVOKE_W_YES = $(G++) -ansi -pedantic -Wall diff --git a/config/CONFIG.alpha b/config/CONFIG.alpha index 26a77b48e..a1bde02de 100644 --- a/config/CONFIG.alpha +++ b/config/CONFIG.alpha @@ -42,7 +42,7 @@ CC = $(C_$(CMPLR)) CCC_NORMAL_INVOKE_W_NO = $(CCC) +p CCC_NORMAL_INVOKE_W_YES = $(CCC) +p +w CCC_STRICT_INVOKE_W_YES = $(CCC) +p +w -CCC_LD_FLAGS = -L$(SPECIAL_LANG) +CCC_LD_FLAGS = CCC_LD_LIBS = G++_NORMAL_INVOKE_W_NO = $(G++) -ansi -pedantic -w G++_NORMAL_INVOKE_W_YES = $(G++) -ansi -pedantic -Wall diff --git a/config/CONFIG.hp700 b/config/CONFIG.hp700 index d9540c898..f89f10384 100644 --- a/config/CONFIG.hp700 +++ b/config/CONFIG.hp700 @@ -45,7 +45,7 @@ GCC_TRAD_INVOKE_W_YES = $(GCC) -traditional CCC_NORMAL_INVOKE_W_NO = $(CCC) +p CCC_NORMAL_INVOKE_W_YES = $(CCC) +p +w CCC_STRICT_INVOKE_W_YES = $(CCC) +p +w -CCC_LD_FLAGS = -L$(SPECIAL_LANG) +CCC_LD_FLAGS = CCC_LD_LIBS = G++_NORMAL_INVOKE_W_NO = $(G++) -ansi -pedantic -w G++_NORMAL_INVOKE_W_YES = $(G++) -ansi -pedantic -Wall diff --git a/config/CONFIG.sgi b/config/CONFIG.sgi index 9a86788c9..8d03f8372 100644 --- a/config/CONFIG.sgi +++ b/config/CONFIG.sgi @@ -47,7 +47,7 @@ CC = $(C_$(CMPLR)) CCC_NORMAL_INVOKE_W_NO = $(CCC) +p CCC_NORMAL_INVOKE_W_YES = $(CCC) +p +w CCC_STRICT_INVOKE_W_YES = $(CCC) +p +w -CCC_LD_FLAGS = -L$(SPECIAL_LANG) +CCC_LD_FLAGS = CCC_LD_LIBS = G++_NORMAL_INVOKE_W_NO = $(G++) -ansi -pedantic -w G++_NORMAL_INVOKE_W_YES = $(G++) -ansi -pedantic -Wall