diff options
| author | joerg <joerg@NetBSD.org> | 2011-08-02 17:22:51 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2011-08-02 17:22:51 +0000 |
| commit | 1271bc49531f4e4b3f5fc51cc95f3f4856d02f14 (patch) | |
| tree | ead70ea363084d524fbcc77ee63e2963d8b4da87 /sys/modules/compat_linux32 | |
| parent | 8df1ca80f5afda05ad7c12245db8a396acbf49b9 (diff) | |
Remove a number of now unnecessary -no-integrated-as cases.
Diffstat (limited to 'sys/modules/compat_linux32')
| -rw-r--r-- | sys/modules/compat_linux32/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/compat_linux32/Makefile b/sys/modules/compat_linux32/Makefile index 9001733ff11..746f848692f 100644 --- a/sys/modules/compat_linux32/Makefile +++ b/sys/modules/compat_linux32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/05/20 13:11:40 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2011/08/02 17:22:51 joerg Exp $ .include "../Makefile.inc" .include "../Makefile.assym" @@ -8,8 +8,6 @@ KMOD= compat_linux32 CPPFLAGS+= -DSYSVSHM -DSYSVSEM -DSYSVMSG -DCOMPAT_LINUX CPPFLAGS+= -DCOMPAT_LINUX32 -DCOMPAT_NETBSD32 -COPTS.linux32_sigcode.S+= ${${ACTIVE_CC} == "clang":?-no-integrated-as:} - .PATH: ${S}/compat/linux32/common SRCS+= linux32_dirent.c linux32_exec.c linux32_exec_elf32.c linux32_fcntl.c SRCS+= linux32_ioctl.c linux32_misc.c linux32_mman.c |
