diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-05 20:43:07 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-05 20:43:07 +0000 |
commit | 53b9b372a4fa654f8c83d804b03b21e2ebb2dca1 (patch) | |
tree | 35c6cba4598a7230242b6cbdfd8e1e247325d7ac /libgfortran/config | |
parent | 20632469d2a52196fcdfd3d57b4a0f2c66003323 (diff) | |
download | gcc-53b9b372a4fa654f8c83d804b03b21e2ebb2dca1.tar.gz |
Restore Solaris/SPARC bootstrap
* configure, config.h.in: Regenerate.
* config/fpu-sysv.h: Include <assert.h>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212307 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config')
-rw-r--r-- | libgfortran/config/fpu-sysv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgfortran/config/fpu-sysv.h b/libgfortran/config/fpu-sysv.h index 0105cf74b8b..8d8ff329f1f 100644 --- a/libgfortran/config/fpu-sysv.h +++ b/libgfortran/config/fpu-sysv.h @@ -25,6 +25,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see /* FPU-related code for SysV platforms with fpsetmask(). */ +#include <assert.h> + /* BSD and Solaris systems have slightly different types and functions naming. We deal with these here, to simplify the code below. */ |