]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/config/i386/t-omp-device
libgcc: Special-case BFD ld unwind table encodings in find_fde_tail
[thirdparty/gcc.git] / gcc / config / i386 / t-omp-device
1 omp-device-properties-i386: $(srcdir)/config/i386/i386-options.cc
2 echo kind: cpu > $@
3 echo arch: intel_mic x86 x86_64 i386 i486 i586 i686 ia32 >> $@
4 echo isa: sse4 `sed -n '/^static struct ix86_target_opts isa2\?_opts\[\] =/,/^};/p' \
5 $(srcdir)/config/i386/i386-options.cc | \
6 sed -n 's/",.*$$//;s/^ { "-m//p'` >> $@