cwrappers-20150317: Discard obsolete GCC '-mt' argument.
This commit is contained in:
parent
4299468c61
commit
3132d89bb7
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.7 2015/03/15 19:16:45 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2015/03/17 18:39:45 jperkin Exp $
|
||||
|
||||
PKGNAME= cwrappers-20150314
|
||||
PKGNAME= cwrappers-20150317
|
||||
CATEGORIES= pkgtools sysutils
|
||||
|
||||
MAINTAINER= joerg@NetBSD.org
|
||||
|
|
|
@ -143,7 +143,7 @@ static struct transformation fixed_transforms[] = {
|
|||
{ "-kpic", 5, transform_replace, "-fPIC" },
|
||||
{ "-KPIC", 5, transform_replace, "-fPIC" },
|
||||
{ "-kPIC", 5, transform_replace, "-fPIC" },
|
||||
{ "-mt", 3, transform_replace, "-threads" },
|
||||
{ "-mt", 3, transform_discard, NULL },
|
||||
{ "-64", 3, transform_replace, "-m64" },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue