summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/Makefile
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-24 20:14:12 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-24 20:14:12 +0000
commite97904603d532c217f147e97e0f6c4480753dd54 (patch)
tree62fd7d11c76ff0dbb00f6dee51ffc059e3285bb3 /TAO/TAO_IDL/Makefile
parent30646c4b13c9d252f220bcfbebdf62ba10b44e9d (diff)
downloadATCD-e97904603d532c217f147e97e0f6c4480753dd54.tar.gz
removed -fPIC for g++ because it's not needed without shared libraries
Diffstat (limited to 'TAO/TAO_IDL/Makefile')
-rw-r--r--TAO/TAO_IDL/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/Makefile b/TAO/TAO_IDL/Makefile
index 7801221307d..559e68a08c7 100644
--- a/TAO/TAO_IDL/Makefile
+++ b/TAO/TAO_IDL/Makefile
@@ -161,7 +161,6 @@ else # ! CROSS-COMPILE
ifeq ($(findstring g++,$(CXX)),g++)
CCFLAGS += -Wno-switch
- PIC = -fPIC
endif # g++
CPPFLAGS += -Iinclude -Ibe_include -Ife -DCPP_LOCATION=\"$(CXX)\" \