NetBSD port
This commit is contained in:
committed by
Jon Trulson
parent
a4f9413950
commit
2712d5f787
@@ -33,6 +33,9 @@ UDB_RELEASE_OPT = -ReleaseStream openbsd
|
||||
#ifdef FreeBSDArchitecture
|
||||
UDB_RELEASE_OPT = -ReleaseStream freebsd
|
||||
#endif
|
||||
#ifdef NetBSDArchitecture
|
||||
UDB_RELEASE_OPT = -ReleaseStream netbsd
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Insure that symbols used in the .udb files are undefined for
|
||||
@@ -42,7 +45,7 @@ UDB_RELEASE_OPT = -ReleaseStream freebsd
|
||||
/* AIX cpp rejects "hp-ux" as an invalid sub-option. */
|
||||
UDB_CPP_UNDEF_LIST = -UhpV4 -Uhpux -Uaix -Usun -Uusl -Udec -Uuxp -Uunix
|
||||
#else
|
||||
UDB_CPP_UNDEF_LIST = -UhpV4 -Uhpux -Uhp-ux -Uaix -Usun -Uusl -Udec -Uuxp -Uunix -Ulinux
|
||||
UDB_CPP_UNDEF_LIST = -UhpV4 -Uhpux -Uhp-ux -Uaix -Usun -Uusl -Udec -Uuxp -Uunix -Ulinux -Uopenbsd -Ufreebsd -Unetbsd
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user