Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2015 The Native Client Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 EnableCliMain | |
| 6 EnableGlibcCompat | |
| 7 | |
| 8 if [ "${NACL_LIBC}" = "newlib" ]; then | |
| 9 # setitimer and getitimer not available in newlib, no plan to implement them | |
| 10 # TODO(dt) remove this flag once this issue is sorted. | |
| 11 EXTRA_CONFIGURE_ARGS+=" --disable-libevent-regress" | |
| 12 fi | |
| OLD | NEW |