mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 12:03:41 +08:00
* Everywhere: Change RANLIB=echo>/dev/null (which confuses
some shells - and I don't blame them) to RANLIB=true. * mh-solaris: Use /usr/ucb/install for INSTALL.
This commit is contained in:
parent
08109fdb47
commit
3b57ba9008
@ -1,2 +1,2 @@
|
||||
RANLIB=echo >/dev/null
|
||||
RANLIB=true
|
||||
CC= cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
|
||||
|
@ -1,3 +1,3 @@
|
||||
HDEFINES = -DUSG
|
||||
RANLIB=echo >/dev/null
|
||||
RANLIB=true
|
||||
CC= cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG
|
||||
|
@ -1,4 +1,4 @@
|
||||
RANLIB = echo >/dev/null
|
||||
RANLIB = true
|
||||
# Sorry about this, but my machine runs out of memory .
|
||||
CFLAGS =
|
||||
CC=gcc -O2
|
||||
|
@ -1,4 +1,4 @@
|
||||
HDEFINES=-DHOST_SYS=DGUX_SYS
|
||||
CC=gcc -Wall -ansi -D__using_DGUX
|
||||
RANLIB=echo >/dev/null
|
||||
RANLIB=true
|
||||
|
||||
|
@ -5,5 +5,5 @@
|
||||
|
||||
CC = cc -cckr -Wf,-XNg1500
|
||||
SYSV = -DSYSV
|
||||
RANLIB = echo >/dev/null
|
||||
RANLIB = true
|
||||
INSTALL = cp
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Define SYSV as -DSYSV if you are using a System V operating system.
|
||||
SYSV = -DSYSV
|
||||
RANLIB = echo >/dev/null
|
||||
RANLIB = true
|
||||
|
@ -1,6 +1,6 @@
|
||||
#AR = ar-a29k
|
||||
#AR_FLAGS = qs
|
||||
#RANLIB = echo >/dev/null
|
||||
#RANLIB = true
|
||||
|
||||
# This is a hack. By declaring subdirs using "SUBDIRS=" rather than
|
||||
# with a space, config won't reset this. This is a hack to override
|
||||
|
Loading…
Reference in New Issue
Block a user