Tiny Core Extensions > TCE Bugs
submitqc on i686
dentonlt:
Argh, this is a really old thread ... @neonix, if you're still out there and wondering ...
Short version: submitqc looks for your architecture (uname -m) and matches that to the available TC repos. Admittedly, i686 falls back to x86.
Thanks for mentioning - I think I can just have i586 fall back to x86, also ... but I have to follow-up on how that fits the --libs checks. I'll add it to the to-do list.
Cheers ~
vinceASPECT:
HEllo Forum,
Think it goes
8086, ....286,....386,... 486DX... i586..... i686.... Pentium 1....., pent 2 ,...pent 3 ............ pent 4
ARm has 6 ,7 and 8's neon
thx
v
Rich:
Hi dentonlt
--- Quote from: dentonlt on December 23, 2020, 04:38:21 AM --- ... I think I can just have i586 fall back to x86, also ...
--- End quote ---
I see that:
--- Code: ---. /etc/init.d/tc-functions
--- End code ---
is only executed when -c/--color is passed to submitqc. That's unfortunate since tc-functions has functions to deal with
Tinycore specific issues. By including it you would change this:
--- Code: ---[ -z "$ARCH" ] && ARCH=$(uname -m)
--- End code ---
To this:
--- Code: ---[ -z "$ARCH" ] && ARCH=$(getBuild)
--- End code ---
Now submitqc would not require an update if other architectures are added.
There is also a getMirror() function that returns the full URL matching your system.
Navigation
[0] Message Index
[*] Previous page
Go to full version