From: Henry Bent Date: Thu, 8 May 2008 01:49:14 +0000 (-0600) Subject: use elf instead of a.out on netbsd X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08ad421f4b79eafafa100e95a28d861f07dfaed4;p=libx264 use elf instead of a.out on netbsd --- diff --git a/configure b/configure index 10e0aa5d..94554dea 100755 --- a/configure +++ b/configure @@ -241,8 +241,6 @@ case $host_cpu in ASFLAGS="$ASFLAGS -f macho -DPREFIX" elif [ "$SYS" = MINGW ]; then ASFLAGS="$ASFLAGS -f win32 -DPREFIX" - elif [ "$SYS" = NETBSD ]; then - ASFLAGS="$ASFLAGS -f aoutb" else ASFLAGS="$ASFLAGS -f elf" fi