This website requires JavaScript.
Explore
Help
Register
Sign In
nils
/
gluon
Watch
1
Star
0
Fork
0
You've already forked gluon
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
56eaf4aa28
gluon
/
targets
/
x86-legacy
4 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
targets: add x86-legacy subtarget As x86-generic is compiled to pentium4 (and newer) there is a need for a subtarget for older devices. The x86-legacy subtarget is set to compile to pentium (and newer) and should support even very old devics. x86-legacy includes the packages from x86.inc to only maintain one package list. The three excludes are because the packages do not exist for x86-legacy.
2020-05-16 21:58:46 +00:00
include 'x86.inc'
x86: update profile names
2020-04-06 10:36:17 +00:00
device('x86-legacy', 'generic')
Reference in New Issue
Copy Permalink