mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* config/*.mh: Miscellaneous clean-up: Removed definitions
of YACC (since it is not longer used in the Makefile). Remove HOSTING_* definitions that are subsumed by the ones added to Makefile.in. Removed most definitions of CC. * config/{sparc,news,hp300bsd,decstation}.mh: Removed; These are no longer needed.
This commit is contained in:
@ -30,12 +30,9 @@ fi
|
|||||||
# with rm -rf.
|
# with rm -rf.
|
||||||
|
|
||||||
Things-to-keep:
|
Things-to-keep:
|
||||||
decstation.mh
|
|
||||||
delta88.mh
|
delta88.mh
|
||||||
dgux.mh
|
dgux.mh
|
||||||
news.mh
|
|
||||||
rtbsd.mh
|
rtbsd.mh
|
||||||
sparc.mh
|
|
||||||
sparc-ll.mh
|
sparc-ll.mh
|
||||||
sun3.mh
|
sun3.mh
|
||||||
coff-a29k.mt
|
coff-a29k.mt
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
HDEFINES =
|
HDEFINES =
|
||||||
|
|
||||||
CC = gcc -Wall -ansi
|
|
||||||
YACC=yacc -tvd
|
|
||||||
|
|
||||||
HOSTING_CRT0=/lib/crt0.o -X
|
|
||||||
HOSTING_LIBS=-lgnu -lc
|
|
||||||
HOSTING_EMU=LDEMULATION=m88kbcs; export LDEMULATION
|
|
||||||
|
|
||||||
INSTALL=cp
|
INSTALL=cp
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
HDEFINES = -D__using_DGUX
|
HDEFINES = -D__using_DGUX
|
||||||
|
|
||||||
CC = gcc -Wall -ansi
|
|
||||||
YACC=yacc -tvd
|
|
||||||
|
|
||||||
HOSTING_CRT0=/lib/crt0.o -X
|
HOSTING_CRT0=/lib/crt0.o -X
|
||||||
HOSTING_LIBS=/usr/sde/m88kbcs/lib/libc.a
|
HOSTING_LIBS=/usr/sde/m88kbcs/lib/libc.a
|
||||||
HOSTING_EMU=LDEMULATION=m88kbcs; export LDEMULATION
|
HOSTING_EMU=LDEMULATION=m88kbcs; export LDEMULATION
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# The IBM RT/PC has only been supported as a host in a cross-development
|
# The IBM RT/PC has only been supported as a host in a cross-development
|
||||||
# environment. If you don't have gcc, I was able to get 'hc -Hnocpp -ma'
|
# environment. If you don't have gcc, I was able to get 'hc -Hnocpp -ma'
|
||||||
# to compile most of the modules, but didn't try running anything.
|
# to compile most of the modules, but didn't try running anything.
|
||||||
YACC = yacc -d
|
|
||||||
HDEFINES = -DNO_VARARGS
|
HDEFINES = -DNO_VARARGS
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
CC=gcc # hc/pcc just can't cut it
|
CC=gcc # hc/pcc just can't cut it
|
||||||
|
@ -1,8 +1 @@
|
|||||||
HDEFINES=-DHOST_64_BIT="long long"
|
HDEFINES=-DHOST_64_BIT="long long"
|
||||||
YACC=yacc -tvd
|
|
||||||
CC=/usr/latest/bin/gcc -Wall -ansi
|
|
||||||
#stuff for self hosting
|
|
||||||
HOSTING_CRT0=/lib/crt0.o
|
|
||||||
HOSTING_LIBS=/limbo/latest/=sun4/lib/gcc/sparc/1.93/gnulib -lc
|
|
||||||
HOSTING_EMU=LDEMULATION=sun4; export LDEMULATION
|
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
#CC=gcc -ansi -Wall
|
|
||||||
CC=cc
|
|
||||||
YACC=yacc -d
|
|
||||||
|
|
||||||
|
|
||||||
HOSTING_CRT0=/usr/lib/crt0.o /usr/lib/Fcrt1.o -L/usr/lib/fsoft.o
|
HOSTING_CRT0=/usr/lib/crt0.o /usr/lib/Fcrt1.o -L/usr/lib/fsoft.o
|
||||||
HOSTING_LIBS=-lc
|
HOSTING_LIBS=-lc
|
||||||
HOSTING_EMU=LDEMULATION=sun3; export LDEMULATION
|
HOSTING_EMU=LDEMULATION=sun3; export LDEMULATION
|
||||||
|
Reference in New Issue
Block a user