diff options
| author | Richard M. Stallman | 1993-08-03 18:23:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-03 18:23:39 +0000 |
| commit | df208aafdb273f3aa0974052ba2a7cd81d0570ab (patch) | |
| tree | 7d3dec66d1facb1c938bc0bca30209e68d7df8ab /src/m | |
| parent | 520bca5791273310fcbacdc282ada4ab108d70a9 (diff) | |
| download | emacs-df208aafdb273f3aa0974052ba2a7cd81d0570ab.tar.gz emacs-df208aafdb273f3aa0974052ba2a7cd81d0570ab.zip | |
(CRT0_COMPILE): Add -O and -Demacs.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/7300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/7300.h b/src/m/7300.h index ae07264dd88..fdb276d8ac5 100644 --- a/src/m/7300.h +++ b/src/m/7300.h | |||
| @@ -106,4 +106,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 106 | 106 | ||
| 107 | /* Insist on using cc when compiling this. GCC may have been | 107 | /* Insist on using cc when compiling this. GCC may have been |
| 108 | configured to use GAS syntax, which causes problems. */ | 108 | configured to use GAS syntax, which causes problems. */ |
| 109 | #define CRT0_COMPILE cc -c | 109 | #define CRT0_COMPILE cc -c -O -Demacs |