Derek Buitenhuis <[email protected]> writes: > Signed-off-by: Derek Buitenhuis <[email protected]> > --- > configure | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/configure b/configure > index 5240a7c..75468d9 100755 > --- a/configure > +++ b/configure > @@ -1077,6 +1077,8 @@ ARCH_LIST=' > sh4 > sparc > sparc64 > + tilegx > + tilepro > tomi > x86 > x86_32 > @@ -2520,6 +2522,9 @@ case "$arch" in > arch="sparc" > subarch="sparc64" > ;; > + tilegx|tile-gx) > + arch="tilegx" > + ;; > i[3-6]86|i86pc|BePC|x86pc|x86_64|amd64) > arch="x86" > ;; > --
Is the --cpu flag meaningful for this architecture? If so you should handle it simlary to the other ones. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
