| Index: gcc/config.gcc
|
| diff --git a/gcc/config.gcc b/gcc/config.gcc
|
| index 5fdcfe3a60371974649dbb7e6843da7b97843437..a1db9d5f1109b56a2c82a7e9bd55531002383b8c 100644
|
| --- a/gcc/config.gcc
|
| +++ b/gcc/config.gcc
|
| @@ -1083,6 +1083,7 @@ i[34567]86-*-coff*)
|
| *-*-nacl*)
|
| tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/nacl.h"
|
| tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtpc i386/t-crtfm t-dfprules i386/t-nacl64"
|
| + extra_options="${extra_options} i386/nacl.opt"
|
| ;;
|
| i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
|
| # Intel 80386's running GNU/*
|
|
|