Mingye Wang

Results 407 comments of Mingye Wang

# Doc: Multiarch-extended Use the arch abstraction to do more things. Naming: - `basearch+subsys` Impl Sets: - A: Utilize the `CROSS` stuff and feed it with even more things. ##...

Ah, we haven't made target stuff yet. And we do need some renaming. - ARCH should be called CURRARCH or whatever - CROSS should be called PKGARCH - blah

I need ideas! Now we need BUILD, HOST, and TARGET. A new naming scheme and fallback sequence in libarch is needed. A PKGNAME definition scheme is needed too.

Exactly. We need to figure out how to post-fix the whole thing.

Say, `PKGNAME+HOST+TARGET`, and `HOST` can be omitted when it is the platform itself, and when `TARGET` is `HOST`, `+TARGET` can be omitted. Therefore, we have - `booutils+32+armel`: Spooky utils for...

Well, actually in a naming scheme when we apply ab's archname strategy it will be booutils+i386…

parsing names can be stopped if the things figures out it it not an arch.

Need some rewording to match #83.

I don't think there are much to change here.. Basically: - i386 → amd64+32 (also ABTARGET renames) And we really don't need BASEARCH.