diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_vxworks5.x_ghs.GNU | 4 |
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) |