diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/ibmrt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/ibmrt.h b/src/m/ibmrt.h index e0830f995b0..03d55fabbf6 100644 --- a/src/m/ibmrt.h +++ b/src/m/ibmrt.h | |||
| @@ -134,3 +134,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 134 | This enables us to use the standard crt0.o. */ | 134 | This enables us to use the standard crt0.o. */ |
| 135 | 135 | ||
| 136 | #define NO_REMAP | 136 | #define NO_REMAP |
| 137 | |||
| 138 | /* rocky@watson.ibm.com says this is needed. */ | ||
| 139 | #define HAVE_FTIME | ||