svn commit: r439997 - head/Templates

Antoine Brodin antoine at freebsd.org
Mon Aug 13 19:47:16 UTC 2018


On Wed, May 3, 2017 at 3:02 AM, Justin Hibbits <jhibbits at freebsd.org> wrote:
> Author: jhibbits (src committer)
> Date: Wed May  3 01:02:53 2017
> New Revision: 439997
> URL: https://svnweb.freebsd.org/changeset/ports/439997
>
> Log:
>   Add powerpcspe to config.sub template
>
>   With this single change many ports now build for the relatively new (in
>   12-current) powerpc.powerpcspe arch target.  Additional changes will be needed
>   on a port-by-port basis.
>
>   Approved by:  swills

Hi,

Could you send this patch upstream?
https://lists.gnu.org/mailman/listinfo/config-patches

Cheers,

Antoine

> Modified:
>   head/Templates/config.sub
>
> Modified: head/Templates/config.sub
> ==============================================================================
> --- head/Templates/config.sub   Wed May  3 00:19:54 2017        (r439996)
> +++ head/Templates/config.sub   Wed May  3 01:02:53 2017        (r439997)
> @@ -300,7 +300,7 @@ case $basic_machine in
>         | ns16k | ns32k \
>         | open8 | or1k | or1knd | or32 \
>         | pdp10 | pdp11 | pj | pjl \
> -       | powerpc | powerpc64 | powerpc64le | powerpcle \
> +       | powerpc | powerpc64 | powerpc64le | powerpcle | powerpcspe \
>         | pyramid \
>         | riscv32 | riscv64 \
>         | rl78 | rx \
> @@ -426,7 +426,7 @@ case $basic_machine in
>         | or1k*-* \
>         | orion-* \
>         | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
> -       | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
> +       | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | powerpcspe-* \
>         | pyramid-* \
>         | rl78-* | romp-* | rs6000-* | rx-* \
>         | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
>


More information about the svn-ports-all mailing list