]> git.saurik.com Git - apple/libc.git/blobdiff - stdio/Makefile.inc
Libc-391.5.18.tar.gz
[apple/libc.git] / stdio / Makefile.inc
index 548c1696c0c829446d9fd7f797ef1290da9ab6f7..0e6892a6133f25787f6743893b38670fee185511 100644 (file)
@@ -29,11 +29,7 @@ LDBLSRCS += asprintf.c fprintf.c fscanf.c fwprintf.c fwscanf.c printf.c \
            vswscanf.c vwprintf.c vwscanf.c wprintf.c wscanf.c
 
 .for _src in vfprintf-fbsd.c vfwprintf-fbsd.c
-CFLAGS-${_src} += -fshort-enums
-# add altivec options on per file basis, since it now disables inlining
-.if (${MACHINE_ARCH} == ppc) || (${MACHINE_ARCH} == ppc64)
-CFLAGS-${_src} += -faltivec -DALTIVEC
-.endif
+CFLAGS-${_src} += -fshort-enums -DVECTORS
 .endfor
 
 UNIX03SRCS+= freopen.c fwrite.c