Changeset 989 for vendor/current/buildtools
- Timestamp:
- Nov 25, 2016, 8:04:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/buildtools/wafsamba/wscript
r988 r989 403 403 msg='Checking for library destructor support') 404 404 405 conf.CHECK_CODE(''' 406 void test_attribute(void) __attribute__ (()); 407 408 void test_attribute(void) 409 { 410 return; 411 } 412 413 int main(void) { 414 return 0; 415 } 416 ''', 417 'HAVE___ATTRIBUTE__', 418 addmain=False, 419 msg='Checking for __attribute__') 420 405 421 if sys.platform.startswith('aix'): 406 422 conf.DEFINE('_ALL_SOURCE', 1, add_to_cflags=True)
Note:
See TracChangeset
for help on using the changeset viewer.