mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 01:39:10 +08:00
d2300e844e
* configure.in: Add AIX multithread support fragment. * config/aix.mt: Define _PTHREADS in MT_CFLAGS if -pthread commandline option present. From-SVN: r36543
2 lines
74 B
Mathematica
2 lines
74 B
Mathematica
MT_CFLAGS = `case "$(CXXFLAGS)" in *-pthread* ) echo -D_PTHREADS ;; esac`
|