comparison configure.ac @ 131:1b970b36d946

removed PPC support
author Jamie Bullock <jamie@postlude.co.uk>
date Thu, 31 May 2012 19:48:50 +0100
parents 110afbaa8aaa
children 15bc88384ecd
comparison
equal deleted inserted replaced
130:b6bf86eafc97 131:1b970b36d946
275 PD_SUFFIX=pd_linux 275 PD_SUFFIX=pd_linux
276 ;; 276 ;;
277 sparc-sun-*) 277 sparc-sun-*)
278 echo "YOU HAVE A SPARC STATION, not setting any flags, not supported yet" 278 echo "YOU HAVE A SPARC STATION, not setting any flags, not supported yet"
279 ;; 279 ;;
280 *86-*-darwin*) 280 dnl *86-*-darwin*)
281 PD_CFLAGS="$PD_CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes" 281 dnl PD_CFLAGS="$PD_CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes"
282 PD_LDFLAGS="$PD_LDFLAGS -dynamiclib -mmacosx-version-min=10.3 -undefined dynamic_lookup -single_module" 282 dnl PD_LDFLAGS="$PD_LDFLAGS -dynamiclib -mmacosx-version-min=10.5 -undefined dynamic_lookup -single_module"
283 PD_SUFFIX=pd_darwin 283 dnl PD_SUFFIX=pd_darwin
284 ;; 284 dnl ;;
285 *-*-darwin*) 285 *-*-darwin*)
286 PD_CFLAGS="$PD_CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes" 286 PD_CFLAGS="$PD_CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes"
287 PD_LDFLAGS="$PD_LDFLAGS -bundle -arch ppc -undefined suppress -flat_namespace" 287 PD_LDFLAGS="$PD_LDFLAGS -bundle -undefined dynamic_lookup -flat_namespace"
288 PD_SUFFIX=pd_darwin 288 PD_SUFFIX=pd_darwin
289 ;; 289 ;;
290 290
291 *) 291 *)
292 dnl assume unix 292 dnl assume unix