aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/darwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index abc56901e17..814de2c2c51 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -247,7 +247,7 @@ Boston, MA 02111-1307, USA. */
247 page) to leave room at the end of the header for adding load 247 page) to leave room at the end of the header for adding load
248 commands. Needed for dumping. 0x690 is the total size of 30 248 commands. Needed for dumping. 0x690 is the total size of 30
249 segment load commands (at 56 each). */ 249 segment load commands (at 56 each). */
250#define LD_SWITCH_SYSTEM_TEMACS -prebind -framework Carbon -lstdc++ -Xlinker -headerpad -Xlinker 690 250#define LD_SWITCH_SYSTEM_TEMACS -prebind -framework Carbon -framework QuickTime -lstdc++ -Xlinker -headerpad -Xlinker 690
251 251
252#define C_SWITCH_SYSTEM_TEMACS -Dtemacs 252#define C_SWITCH_SYSTEM_TEMACS -Dtemacs
253 253