On Wed Jan  5 11, Dimitry Andric wrote:
> Author: dim
> Date: Wed Jan  5 21:46:08 2011
> New Revision: 217028
> URL: http://svn.freebsd.org/changeset/base/217028
> 
> Log:
>   Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefiles
>   under sys/boot/{i386,pc98}, since these are already added via
>   sys/boot/{i386,pc98}/Makefile.inc.

thanks a bunch. :)

>   
>   Submitted by:       arundel
> 
> Modified:
>   head/sys/boot/i386/boot2/Makefile
>   head/sys/boot/i386/gptboot/Makefile
>   head/sys/boot/i386/gptzfsboot/Makefile
>   head/sys/boot/i386/zfsboot/Makefile
>   head/sys/boot/pc98/boot2/Makefile
> 
> Modified: head/sys/boot/i386/boot2/Makefile
> ==============================================================================
> --- head/sys/boot/i386/boot2/Makefile Wed Jan  5 21:38:02 2011        
> (r217027)
> +++ head/sys/boot/i386/boot2/Makefile Wed Jan  5 21:46:08 2011        
> (r217028)
> @@ -31,7 +31,6 @@ CFLAGS=     -Os \
>       -fno-unit-at-a-time \
>       -mno-align-long-strings \
>       -mrtd \
> -     -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 \
>       -D${BOOT2_UFS} \
>       -DFLAGS=${BOOT_BOOT1_FLAGS} \
>       -DSIOPRT=${BOOT_COMCONSOLE_PORT} \
> 
> Modified: head/sys/boot/i386/gptboot/Makefile
> ==============================================================================
> --- head/sys/boot/i386/gptboot/Makefile       Wed Jan  5 21:38:02 2011        
> (r217027)
> +++ head/sys/boot/i386/gptboot/Makefile       Wed Jan  5 21:46:08 2011        
> (r217028)
> @@ -26,7 +26,6 @@ CFLAGS=     -DBOOTPROG=\"gptboot\" \
>       -fno-unit-at-a-time \
>       -mno-align-long-strings \
>       -mrtd \
> -     -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 \
>       -DGPT \
>       -D${GPTBOOT_UFS} \
>       -DSIOPRT=${BOOT_COMCONSOLE_PORT} \
> 
> Modified: head/sys/boot/i386/gptzfsboot/Makefile
> ==============================================================================
> --- head/sys/boot/i386/gptzfsboot/Makefile    Wed Jan  5 21:38:02 2011        
> (r217027)
> +++ head/sys/boot/i386/gptzfsboot/Makefile    Wed Jan  5 21:46:08 2011        
> (r217028)
> @@ -23,7 +23,6 @@ CFLAGS=     -DBOOTPROG=\"gptzfsboot\" \
>       -fno-unit-at-a-time \
>       -mno-align-long-strings \
>       -mrtd \
> -     -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 \
>       -DGPT -DBOOT2 \
>       -DSIOPRT=${BOOT_COMCONSOLE_PORT} \
>       -DSIOFMT=${B2SIOFMT} \
> 
> Modified: head/sys/boot/i386/zfsboot/Makefile
> ==============================================================================
> --- head/sys/boot/i386/zfsboot/Makefile       Wed Jan  5 21:38:02 2011        
> (r217027)
> +++ head/sys/boot/i386/zfsboot/Makefile       Wed Jan  5 21:46:08 2011        
> (r217028)
> @@ -24,7 +24,6 @@ CFLAGS=     -DBOOTPROG=\"zfsboot\" \
>       -fno-unit-at-a-time \
>       -mno-align-long-strings \
>       -mrtd \
> -     -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 \
>       -DBOOT2 \
>       -DFLAGS=${BOOT_BOOT1_FLAGS} \
>       -DSIOPRT=${BOOT_COMCONSOLE_PORT} \
> 
> Modified: head/sys/boot/pc98/boot2/Makefile
> ==============================================================================
> --- head/sys/boot/pc98/boot2/Makefile Wed Jan  5 21:38:02 2011        
> (r217027)
> +++ head/sys/boot/pc98/boot2/Makefile Wed Jan  5 21:46:08 2011        
> (r217028)
> @@ -28,7 +28,6 @@ CFLAGS=     -Os \
>       -fno-unit-at-a-time \
>       -mno-align-long-strings \
>       -mrtd \
> -     -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 \
>       -D${BOOT2_UFS} \
>       -DFLAGS=${BOOT_BOOT1_FLAGS} \
>       -DSIOPRT=${BOOT_COMCONSOLE_PORT} \

-- 
a13x
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to