Home | History | Annotate | Download | only in BuildScript

Lines Matching refs:LDVERSION

1212         LDVERSION=None
1222 if ln.startswith('LDVERSION='):
1223 LDVERSION=ln.split()[1]
1226 LDVERSION = LDVERSION.replace('$(VERSION)', VERSION)
1227 LDVERSION = LDVERSION.replace('$(ABIFLAGS)', ABIFLAGS)
1228 config_suffix = '-' + LDVERSION