HomeSort by relevance Sort by last modified time
    Searched refs:ABIFLAGS (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/bin/
python-config.sh 5 echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir"
58 ABIFLAGS="@ABIFLAGS@"
60 if [ "$ABIFLAGS" = "@ABIFLAGS@" ] ; then
61 ABIFLAGS=
63 LIBS="-lpython${VERSION}${ABIFLAGS} -ldl -framework CoreFoundation $SYSLIBS"
74 INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
75 PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
  /prebuilts/gdb/linux-x86/bin/
python-config.sh 5 echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir"
58 ABIFLAGS="@ABIFLAGS@"
60 if [ "$ABIFLAGS" = "@ABIFLAGS@" ] ; then
61 ABIFLAGS=
63 LIBS="-lpython${VERSION}${ABIFLAGS} -lpthread -ldl -lutil $SYSLIBS"
74 INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
75 PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
  /prebuilts/python/darwin-x86/2.7.5/bin/
python-config.sh 5 echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir"
48 ABIFLAGS="@ABIFLAGS@"
50 if [ "$ABIFLAGS" = "@ABIFLAGS@" ] ; then
51 ABIFLAGS=
53 LIBS="-ldl -framework CoreFoundation $SYSLIBS -lpython${VERSION}${ABIFLAGS}"
64 INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
65 PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
  /prebuilts/python/linux-x86/2.7.5/bin/
python-config.sh 5 echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir"
48 ABIFLAGS="@ABIFLAGS@"
50 if [ "$ABIFLAGS" = "@ABIFLAGS@" ] ; then
51 ABIFLAGS=
53 LIBS="-lpthread -ldl -lpthread -lutil $SYSLIBS -lpython${VERSION}${ABIFLAGS}"
64 INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
65 PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"

Completed in 73 milliseconds