aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-05-27 03:02:21 +0000
committerJim Blandy1993-05-27 03:02:21 +0000
commit6f51e3df798f3ec03ae7435aafc10cfa219e2f0f (patch)
tree15f2d10a51f9cc9ce05bd98f3a6f7b481bcea90b /src
parentb90589d8fdd62be6edcc594620bf656c0c35d9e3 (diff)
downloademacs-6f51e3df798f3ec03ae7435aafc10cfa219e2f0f.tar.gz
emacs-6f51e3df798f3ec03ae7435aafc10cfa219e2f0f.zip
* s/sol2.h (C_SWITCH_X_SYSTEM): Deleted.
(LD_SWITCH_SYSTEM): Delete the -L option, leave just -R.
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h
index b2d230b1200..db573a55bcc 100644
--- a/src/s/sol2.h
+++ b/src/s/sol2.h
@@ -2,16 +2,13 @@
2 2
3#define POSIX 3#define POSIX
4 4
5#if 0 5/* Here is how to find X Windows. The -R option says where
6/* Here is how to find X Windows. The -L option tells the linker where 6 to find X windows at run time. */
7 to find the libraries at link time, the -R option at run time. */
8#define C_SWITCH_X_SYSTEM -I/usr/openwin/include
9#ifndef __GNUC__ 7#ifndef __GNUC__
10#define LD_SWITCH_SYSTEM -L/usr/openwin/lib -R/usr/openwin/lib 8#define LD_SWITCH_SYSTEM -R/usr/openwin/lib
11#else /* GCC */ 9#else /* GCC */
12#define LD_SWITCH_SYSTEM -L/usr/openwin/lib -Xlinker -R/usr/openwin/lib 10#define LD_SWITCH_SYSTEM -Xlinker -R/usr/openwin/lib
13#endif /* GCC */ 11#endif /* GCC */
14#endif /* 0 */
15 12
16/* Compile in non-ansi fashion to work around bugs in system header files. */ 13/* Compile in non-ansi fashion to work around bugs in system header files. */
17#ifndef __GNUC__ 14#ifndef __GNUC__