diff options
author | Thomas Klausner <wiz@NetBSD.org> | 2010-12-07 10:40:42 +0100 |
---|---|---|
committer | Thomas Klausner <wiz@NetBSD.org> | 2010-12-07 10:54:30 +0100 |
commit | d35a4301991281a22c885508c72fd3ba54f2a0a3 (patch) | |
tree | 3c8bdd041d7c1507657e66cf16933c08285506b8 /solenv/inc/unx.mk | |
parent | 137a4680f23f37336175c6fb0ca6ba266d595e6a (diff) |
Add NetBSD support for amd64 and for current compiler.
Should be merged with the generic gcc file, I'll do that as
a separate step.
Diffstat (limited to 'solenv/inc/unx.mk')
-rw-r--r-- | solenv/inc/unx.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/solenv/inc/unx.mk b/solenv/inc/unx.mk index 7645a73c1908..311b6d15d6d4 100644 --- a/solenv/inc/unx.mk +++ b/solenv/inc/unx.mk @@ -139,6 +139,14 @@ .INCLUDE : unxbsdi2.mk .ENDIF +.IF "$(COM)$(CVER)$(OS)$(CPU)" == "GCCC341NETBSDI" +.INCLUDE : unxbsdi3.mk +.ENDIF + +.IF "$(COM)$(CVER)$(OS)$(CPU)" == "GCCC341NETBSDX" +.INCLUDE : unxbsdx3.mk +.ENDIF + .IF "$(COM)$(OS)$(CPU)" == "GCCNETBSDS" .INCLUDE : unxbsds.mk .ENDIF |