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

  /external/swiftshader/third_party/LLVM/tools/llvm-config/
llvm-config.in.in 92 my $has_opt = 0;
100 $has_opt = 1; print "$VERSION\n";
102 $has_opt = 1; print "$PREFIX\n";
104 $has_opt = 1; print "$BINDIR\n";
106 $has_opt = 1; print "$INCLUDEDIR\n";
108 $has_opt = 1; print "$LIBDIR\n";
110 $has_opt = 1; print "$INCLUDEOPTION $CPPFLAGS\n";
112 $has_opt = 1; print "$INCLUDEOPTION $CFLAGS\n";
114 $has_opt = 1; print "$INCLUDEOPTION $CXXFLAGS\n";
116 $has_opt = 1; print "-L$LIBDIR $LDFLAGS $SYSTEM_LIBS\n";
    [all...]
  /external/strace/tests/
Makefile 79 has_opt=no; \
110 *$$target_option*) has_opt=yes; break;; \
113 test $$has_opt = yes
    [all...]
  /external/strace/tests-m32/
Makefile 79 has_opt=no; \
110 *$$target_option*) has_opt=yes; break;; \
113 test $$has_opt = yes
    [all...]
  /external/strace/tests-mx32/
Makefile 79 has_opt=no; \
110 *$$target_option*) has_opt=yes; break;; \
113 test $$has_opt = yes
    [all...]
  /external/strace/
Makefile 85 has_opt=no; \
116 *$$target_option*) has_opt=yes; break;; \
119 test $$has_opt = yes
    [all...]

Completed in 514 milliseconds