add OPENBSD ifdefs where needed

This commit is contained in:
Robert Nagy
2010-11-06 18:31:12 +01:00
parent 8791db4699
commit 87dddc4ac1

View File

@@ -45,6 +45,7 @@ $(MINGWGXXDLL) :
.IF "$(OS)"!="MACOSX" .IF "$(OS)"!="MACOSX"
.IF "$(OS)"!="FREEBSD" .IF "$(OS)"!="FREEBSD"
.IF "$(OS)"!="NETBSD" .IF "$(OS)"!="NETBSD"
.IF "$(OS)"!="OPENBSD"
.EXPORT : CC .EXPORT : CC
@@ -71,6 +72,7 @@ $(LB)$/libgcc_s.so.$(SHORTSTDC3) :
.ENDIF .ENDIF
.ENDIF
.ENDIF .ENDIF
.ENDIF .ENDIF
.ENDIF .ENDIF