Home
last modified time | relevance | path

Searched refs:ccopts (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/scripts/
Dbuild-many-glibcs.py1601 cfg=None, ccopts=None, cflags=None): argument
1624 self.ccopts = ccopts
1632 if self.ccopts and (tool == 'gcc' or tool == 'g++'):
1633 ctool = '%s %s' % (ctool, self.ccopts)