Home | History | Annotate | Download | only in BuildScript

Lines Matching refs:LDVERSION

1214         LDVERSION=None
1224 if ln.startswith('LDVERSION='):
1225 LDVERSION=ln.split()[1]
1228 LDVERSION = LDVERSION.replace('$(VERSION)', VERSION)
1229 LDVERSION = LDVERSION.replace('$(ABIFLAGS)', ABIFLAGS)
1230 config_suffix = '-' + LDVERSION