* updated pciutils/pci.ids (2022-01-21 -> 2022-01-28)
[t2-trunk.git] / architecture / x86 / gcc-options.in
blob09f0ab7e49a00466ba7bdb6d167483873f90a816
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: architecture/x86/gcc-options.in
3 # Copyright (C) 2004 - 2021 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 case "$SDECFG_X86_OPT" in
13     generic) ;;
14     k6*)
15         var_append GCC_WRAPPER_INSERT " " "-march=$SDECFG_X86_OPT"
16         ;;
17     pentium4)
18         var_append GCC_WRAPPER_INSERT " " "-march=$SDECFG_X86_OPT"
19         ;;
20     i586-mmx)
21         var_append GCC_WRAPPER_INSERT " " "-march=i586 -mmmx" ;;
22     i686-mmx)
23         var_append GCC_WRAPPER_INSERT " " "-march=i686 -mmmx" ;;
24     c7)
25         var_append GCC_WRAPPER_INSERT " " "-march=esther" ;;
26     geode)
27         var_append GCC_WRAPPER_INSERT " " "-march=pentium-mmx" ;;
28     geode2)
29         var_append GCC_WRAPPER_INSERT " " "-march=geode" ;;
30     geodelx)
31         var_append GCC_WRAPPER_INSERT " " "-march=k6-2" ;;
32     *)
33         var_append GCC_WRAPPER_INSERT " " "-march=$SDECFG_X86_OPT" ;;
34 esac