diff options
Diffstat (limited to 'include/makeinclude/platform_sunos5_centerline.GNU')
-rw-r--r-- | include/makeinclude/platform_sunos5_centerline.GNU | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/makeinclude/platform_sunos5_centerline.GNU b/include/makeinclude/platform_sunos5_centerline.GNU deleted file mode 100644 index a214ebfa007..00000000000 --- a/include/makeinclude/platform_sunos5_centerline.GNU +++ /dev/null @@ -1,14 +0,0 @@ -# SunOS 5.x (Solaris 2.x) with Centerline C++ -CC = cc -CXX = CC -mt -DLD = $(CXX) -mt -LD = $(CXX) -mt -LIBS += -lsocket -ldl -lnsl -lgen -PIC = -PIC -#AR = CC -#ARFLAGS = -xar -o -ARFLAGS = ruv -RANLIB = echo -SOFLAGS = -G $(CPPFLAGS) $(PTDIRS) -SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \ - $(SOLINK.cc) $(PIC) -o $@ $(LDFLAGS) $(VSHDIR)$*.o |