summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-22 02:44:40 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-22 02:44:40 +0000
commitd489d4e42c670983eae1ea3706013c37fdd97be9 (patch)
treec1526dec92180668b8782a05e5547e42f36aeed6 /include
parentb66a74d5f7a79f42a932e1ca74ca894e6c54c0f8 (diff)
downloadATCD-d489d4e42c670983eae1ea3706013c37fdd97be9.tar.gz
PRELIB no longer needed with explicit template instantiation
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_vxworks5.x_ghs.GNU4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_ghs.GNU b/include/makeinclude/platform_vxworks5.x_ghs.GNU
index 3162738ad82..b08c61302d8 100644
--- a/include/makeinclude/platform_vxworks5.x_ghs.GNU
+++ b/include/makeinclude/platform_vxworks5.x_ghs.GNU
@@ -15,10 +15,6 @@ PIC =
AR = ax
ARFLAGS = rv
RANLIB = /bin/true
-PRELIB = (echo "int main() { return 0; }" > gcctemp.c && \
- $(COMPILE.cc) -o gcctemp.o gcctemp.c && \
- $(CXX) $(INCLDIRS) $^ $(LDFLAGS) -lACE $(LIBS); \
- status=$$?; rm -f gcctemp.c a.out*; exit $$status)
#### don't build shared objects:
BUILD = $(VOBJS) $(VLIB) $(VBIN)