[Xorg-driver-geode] [PATCH 9/9] Remove unrequired .s assembly files automake support

Martin-Éric Racine martin-eric.racine at iki.fi
Wed Nov 16 22:00:22 PST 2011


IIRC we have some inline Assembly in our code. That's probably why
this is there.

2011/11/17 Gaetan Nadon <memsize at videotron.ca>:
> Only the suffixes .s, .S, and .sx are recognized by automake
> as being files containing assembly code.
>
> http://www.gnu.org/software/automake/manual/automake.html#Assembly-Support
>
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
>  configure.ac    |    1 -
>  src/Makefile.am |    1 -
>  2 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 7818fc0..0b4045d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -45,7 +45,6 @@ AM_MAINTAINER_MODE
>  AC_DISABLE_STATIC
>  AC_PROG_LIBTOOL
>  AC_PROG_CC
> -AM_PROG_AS
>
>  AH_TOP([#include "xorg-server.h"])
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 3ae5e5c..d940365 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -36,7 +36,6 @@ AM_CFLAGS = @XORG_CFLAGS@ \
>    -DHAVE_GX -DHAVE_LX -DOPT_ACCEL \
>    @AMD_CFLAGS@
>
> -AM_CCASFLAGS = @XORG_CFLAGS@
>  geode_drv_la_LTLIBRARIES = geode_drv.la
>  geode_drv_la_LDFLAGS = -module -avoid-version
>  geode_drv_ladir = @moduledir@/drivers
> --
> 1.7.4.1
>
> _______________________________________________
> Xorg-driver-geode mailing list
> Xorg-driver-geode at lists.x.org
> http://lists.x.org/mailman/listinfo/xorg-driver-geode
>


More information about the Xorg-driver-geode mailing list