Home | History | Annotate | Download | only in BuildScript

Lines Matching refs:LDVERSION

1201         LDVERSION=None
1211 if ln.startswith('LDVERSION='):
1212 LDVERSION=ln.split()[1]
1215 LDVERSION = LDVERSION.replace('$(VERSION)', VERSION)
1216 LDVERSION = LDVERSION.replace('$(ABIFLAGS)', ABIFLAGS)
1217 config_suffix = '-' + LDVERSION