mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45:22 +02:00
Support Linux x86
This commit is contained in:
parent
bcca237262
commit
e4e9cdeb26
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ case ${uname_s}${uname_m} in
|
||||||
Linuxx86_64*) ep_arch=linux-gtk-x86_64
|
Linuxx86_64*) ep_arch=linux-gtk-x86_64
|
||||||
cdt_arch=linux.x86_64
|
cdt_arch=linux.x86_64
|
||||||
;;
|
;;
|
||||||
Linuxx86*) ep_arch=linux-gtk
|
Linuxx86*|Linuxi686*) ep_arch=linux-gtk
|
||||||
cdt_arch=linux.x86
|
cdt_arch=linux.x86
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue