diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-07-01 20:22:01 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-07-01 20:22:01 +0000 |
commit | ac075f04b2a30b5ebb818c4eb4c05b6bff065b60 (patch) | |
tree | 4ef39693e544fd347af1d79f90ec4a2711eb3b05 /gcc/config/i386/gas.h | |
parent | 6278d55f668d83e77633d93f9f1105634b34016a (diff) | |
download | gcc-ac075f04b2a30b5ebb818c4eb4c05b6bff065b60.tar.gz |
entered into RCS
From-SVN: r1377
Diffstat (limited to 'gcc/config/i386/gas.h')
-rw-r--r-- | gcc/config/i386/gas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index 7136494401f..eeb0483c88d 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -50,6 +50,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Specify predefined symbols in preprocessor. */ #define CPP_PREDEFINES "-Dunix -Di386" +#define CPP_SPEC "%{posix:-D_POSIX_SOURCE}" /* Allow #sccs in preprocessor. */ |