search for: flac__has_gas__temporarily_disabled

Displaying 4 results from an estimated 4 matches for "flac__has_gas__temporarily_disabled".

2005 Jan 29
2
Patch : fix configure.in and Makefile.am problems.
...on a PowerPC G3 Debain system. Debian test has automake 1.9 which is a little more stringent about errors than 1.8. The following patch has the following fixes. 0) Remove AC_CANNONIAL_HOST because it has already been invoked earlier 1) Make sure FLaC__HAS_AS__TEMPORARILY_DISABLED and FLaC__HAS_GAS__TEMPORARILY_DISABLED have been defined on PPC. 2) Fix all instances of CFLAGS/CXXFLAGS being set in Makefile.am. These two variables are automaticall set in Makefile.in. If you need extra flag foo in Makefile.am, the correct way to do it is AM_CFLAGS/AM_CXXFLAGS. Probably more to come as this thing still...
2005 Jan 30
0
Patch : fix configure.in and Makefile.am problems.
...; Debian test has automake 1.9 which is a little more stringent about > errors than 1.8. The following patch has the following fixes. > > 0) Remove AC_CANNONIAL_HOST because it has already been invoked > earlier > 1) Make sure FLaC__HAS_AS__TEMPORARILY_DISABLED and > FLaC__HAS_GAS__TEMPORARILY_DISABLED have been defined on PPC. > 2) Fix all instances of CFLAGS/CXXFLAGS being set in Makefile.am. > These two variables are automaticall set in Makefile.in. If you > need extra flag foo in Makefile.am, the correct way to do it is > AM_CFLAGS/AM_CXXFLAGS. > > Probably mor...
2005 Mar 01
0
flac-1.1.2 configure and Makefile fixes
...gt; +++ src/libFLAC/Makefile.am 2005-02-19 14:35:39.397097392 +0100 > @@ -59,12 +59,13 @@ > ARCH_SUBDIRS = ppc > if FLaC__HAS_AS__TEMPORARILY_DISABLED > libFLAC_la_LIBADD = ppc/as/libFLAC-asm.la > +LOCAL_EXTRA_LDFLAGS = "-Wl,-read_only_relocs,warning" > else > if FLaC__HAS_GAS__TEMPORARILY_DISABLED > libFLAC_la_LIBADD = ppc/gas/libFLAC-asm.la > +LOCAL_EXTRA_LDFLAGS = "" > endif > endif > -LOCAL_EXTRA_LDFLAGS = "-Wl,-read_only_relocs,warning" > endif > endif > > __________________________________________________ Do You Yahoo!? Tired of s...
2005 Feb 19
2
flac-1.1.2 configure and Makefile fixes
I spent a bit of time trying to make the configure behave. that's the result, I didn't check if the asm output runs correctly (looks forcefully disabled) but at least builds as should. lu -- Luca Barbato Gentoo/linux Developer Gentoo/PPC Operational Manager http://dev.gentoo.org/~lu_zero -------------- next part -------------- A non-text attachment was scrubbed... Name: