Home | History | Annotate | Download | only in BuildScript

Lines Matching refs:LDVERSION

1235         LDVERSION=None
1245 if ln.startswith('LDVERSION='):
1246 LDVERSION=ln.split()[1]
1249 LDVERSION = LDVERSION.replace('$(VERSION)', VERSION)
1250 LDVERSION = LDVERSION.replace('$(ABIFLAGS)', ABIFLAGS)
1251 config_suffix = '-' + LDVERSION