Browse Source
* config/mh-dgux386: remove dead code * config/mh-hp300: remove dead code * config/mh-hpux: remove dead code * config/mh-hpux8: remove dead code * config/mh-irix5: remove dead code * config/mh-irix6: remove dead code * config/mh-ncr3000: remove dead code * config/mh-ncrsvr43: remove dead code * config/mh-necv4: remove dead code * config/mh-sco: remove dead code * config/mh-solaris: remove dead code * config/mh-sysv: remove dead code * config/mh-sysv4: remove dead code * config/mh-sysv5: remove dead code * config/mh-irix4: remove, contains only dead code * configure.in: delete reference to absent filebinutils-2_13-branch
19 changed files with 19 additions and 30 deletions
@ -1,5 +1,3 @@ |
|||
# Define SYSV as -DSYSV if you are using a System V operating system. |
|||
SYSV = -DSYSV |
|||
# If "ar" in $PATH is GNU ar, the symbol table may need rebuilding. |
|||
# If it's HP/UX ar, this should be harmless. |
|||
RANLIB = ar ts |
|||
|
|||
@ -1,3 +1 @@ |
|||
# Define SYSV as -DSYSV if you are using a System V operating system. |
|||
SYSV = -DSYSV |
|||
RANLIB = true |
|||
|
|||
@ -1,3 +1 @@ |
|||
# Define SYSV as -DSYSV if you are using a System V operating system. |
|||
SYSV = -DSYSV |
|||
RANLIB = true |
|||
|
|||
@ -1,2 +0,0 @@ |
|||
# Makefile changes for SGI's running IRIX-4.x. |
|||
SYSV = -DSYSV |
|||
@ -1,3 +1,2 @@ |
|||
# Makefile changes for SGI's running IRIX-5.x. |
|||
SYSV = -DSYSV |
|||
RANLIB = true |
|||
|
|||
@ -1,3 +1,2 @@ |
|||
# Makefile changes for SGI's running IRIX-6.x. |
|||
SYSV = -DSYSV |
|||
RANLIB = true |
|||
|
|||
@ -1,5 +1,3 @@ |
|||
# Host configuration file for an NCR 3000 (i486/SVR43) system. |
|||
|
|||
# Define SYSV as -DSYSV if you are using a System V operating system. |
|||
SYSV = -DSYSV -DSVR4 |
|||
RANLIB = true |
|||
|
|||
@ -1,6 +1,5 @@ |
|||
# Makefile changes for Suns running Solaris 2 |
|||
|
|||
SYSV = -DSYSV |
|||
RANLIB = true |
|||
|
|||
X11_EXTRA_LIBS = -lnsl -lsocket |
|||
|
|||
@ -1,3 +1 @@ |
|||
# Define SYSV as -DSYSV if you are using a System V operating system. |
|||
SYSV = -DSYSV |
|||
RANLIB = true |
|||
|
|||
Loading…
Reference in new issue