Package wafadmin :: Package Tools :: Module gcc
[hide private]
[frames] | no frames]

Module gcc

source code

Functions [hide private]
 
find_gcc(conf) source code
 
gcc_common_flags(conf) source code
 
gcc_modifier_win32(conf) source code
 
gcc_modifier_cygwin(conf) source code
 
gcc_modifier_darwin(conf) source code
 
gcc_modifier_aix5(conf) source code
 
gcc_modifier_debug(conf) source code
Variables [hide private]
  detect = ...
If you want to remove the tests you do not want, use something like this:
Function Details [hide private]

find_gcc(conf)

source code 
Decorators:
  • @conftest

gcc_common_flags(conf)

source code 
Decorators:
  • @conftest

gcc_modifier_win32(conf)

source code 
Decorators:
  • @conftest

gcc_modifier_cygwin(conf)

source code 
Decorators:
  • @conftest

gcc_modifier_darwin(conf)

source code 
Decorators:
  • @conftest

gcc_modifier_aix5(conf)

source code 
Decorators:
  • @conftest

gcc_modifier_debug(conf)

source code 
Decorators:
  • @conftest

Variables Details [hide private]

detect

If you want to remove the tests you do not want, use something like this:

conf.check_tool('gcc', funs=''' find_gcc find_cpp find_ar gcc_common_flags gcc_modifier_win32 gcc_modifier_cygwin gcc_modifier_darwin gcc_modifier_aix5 cc_add_flags cc_load_tools ''' )

Value:
'''
find_gcc
find_cpp
find_ar
gcc_common_flags
gcc_modifier_win32
gcc_modifier_cygwin
gcc_modifier_darwin
...