comparison src/m/hp800.h @ 107462:6efbd7584cd8

Simplify LIBS_MACHINE definitions. * m/hp800.h (LIBS_MACHINE): Remove, same as default. * m/iris4d.h (LIBS_MACHINE): Likewise. * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ... * s/aix4-2.h (LIBS_SYSTEM): ... here.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 22 Mar 2010 19:39:19 -0700
parents 1d1d5d9bd884
children dbd787c249c5
comparison
equal deleted inserted replaced
107461:7cf379c501e1 107462:6efbd7584cd8
91 /* This machine requires completely different unexec code 91 /* This machine requires completely different unexec code
92 which lives in a separate file. Specify the file name. */ 92 which lives in a separate file. Specify the file name. */
93 93
94 #define UNEXEC unexhp9k800.o 94 #define UNEXEC unexhp9k800.o
95 95
96 #define LIBS_MACHINE
97 #define LIBS_DEBUG 96 #define LIBS_DEBUG
98 97
99 /* Include the file bsdtty.h, since this machine has job control. */ 98 /* Include the file bsdtty.h, since this machine has job control. */
100 #define NEED_BSDTTY 99 #define NEED_BSDTTY
101 100