Change shared lib version to fit with the rest of OpenBSD.

This commit is contained in:
espie 1999-03-25 21:46:27 +00:00
parent a41ed5e7b3
commit af19cd7134
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
--- libstdc++/config/openbsd.ml.orig Thu Feb 25 02:26:26 1999
+++ libstdc++/config/openbsd.ml Thu Mar 25 22:20:36 1999
@@ -1,5 +1,8 @@
-# Base shared lib for OpenBSD i386
-
+# Base shared lib for OpenBSD
+# This interface schmuck isn't present before after 1.1.2
+INTERFACE=2
+MAJOR_OFFSET=27
+MSHLINK = libstdc++.so.`expr $(INTERFACE) + $(MAJOR_OFFSET)`.0
LIBS = $(ARLIB) $(SHLIB) $(SHLINK) mshlink
SHFLAGS = -nostdlib -Wl,-Bshareable,-Bforcearchive
SHDEPS = -lm

View File

@ -0,0 +1,13 @@
--- libstdc++/config/openbsd.ml.orig Thu Feb 25 02:26:26 1999
+++ libstdc++/config/openbsd.ml Thu Mar 25 22:20:36 1999
@@ -1,5 +1,8 @@
-# Base shared lib for OpenBSD i386
-
+# Base shared lib for OpenBSD
+# This interface schmuck isn't present before after 1.1.2
+INTERFACE=2
+MAJOR_OFFSET=27
+MSHLINK = libstdc++.so.`expr $(INTERFACE) + $(MAJOR_OFFSET)`.0
LIBS = $(ARLIB) $(SHLIB) $(SHLINK) mshlink
SHFLAGS = -nostdlib -Wl,-Bshareable,-Bforcearchive
SHDEPS = -lm