From 546bd32033d172d6d5447ca04b8a866d365d8997 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 26 Mar 2002 22:31:26 +0000 Subject: [PATCH] use -frpro with g++ --- configure/CONFIG.gnuCommon | 2 +- configure/os/CONFIG.Common.vxWorksCommon | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/CONFIG.gnuCommon b/configure/CONFIG.gnuCommon index 4a2b5aa59..3aa721b8a 100644 --- a/configure/CONFIG.gnuCommon +++ b/configure/CONFIG.gnuCommon @@ -21,7 +21,7 @@ WARN_CFLAGS_NO = -w OPT_CFLAGS_YES = -O3 OPT_CFLAGS_NO = -g -CODE_CXXFLAGS = -fPIC +CODE_CXXFLAGS = -fPIC -frepo CONFORM_CXXFLAGS_NORMAL = -ansi -pedantic CONFORM_CXXFLAGS_STRICT = -ansi -pedantic #WARN_CXXFLAGS_YES = -Wall -Weffc++ diff --git a/configure/os/CONFIG.Common.vxWorksCommon b/configure/os/CONFIG.Common.vxWorksCommon index eefde3d5a..f12620bcb 100644 --- a/configure/os/CONFIG.Common.vxWorksCommon +++ b/configure/os/CONFIG.Common.vxWorksCommon @@ -94,7 +94,7 @@ OP_SYS_INCLUDE_CPPFLAGS += -include $(GNU_TARGET_INCLUDE_DIR)/vxWorks.h #-------------------------------------------------- # code flags CODE_CFLAGS = -CODE_CXXFLAGS = +CODE_CXXFLAGS = -frepo #-------------------------------------------------- # posix c preprocessor flags