mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 10:34:21 +08:00
Restructure configuration scheme for bfd, binutils, ld.
* config/: Rename some config files to match up h-*.h names. Remove all the HOST_SYS definitions from the config files.
This commit is contained in:
@ -1,2 +1 @@
|
|||||||
HDEFINES=-DHOST_SYS=DEC3100_SYS
|
|
||||||
YACC=yacc -vd
|
YACC=yacc -vd
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
HDEFINES = -DHOST_SYS=DGUX_SYS -D__using_DGUX
|
HDEFINES = -D__using_DGUX
|
||||||
|
|
||||||
CC = gcc -Wall -ansi
|
CC = gcc -Wall -ansi
|
||||||
YACC=yacc -tvd
|
YACC=yacc -tvd
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
CDEFINES=-DHOST_SYS=NEWSOS3_SYS
|
|
||||||
#CC=gcc -ansi -Wall
|
#CC=gcc -ansi -Wall
|
||||||
CC=cc
|
CC=cc
|
||||||
YACC=yacc -d
|
YACC=yacc -d
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
# 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
|
YACC = yacc -d
|
||||||
HDEFINES = -DHOST_SYS=RTBSD_SYS -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,4 +1,4 @@
|
|||||||
HDEFINES=-DHOST_SYS=SUN4_SYS -DHOST_64_BIT="long long"
|
HDEFINES=-DHOST_64_BIT="long long"
|
||||||
YACC=yacc -tvd
|
YACC=yacc -tvd
|
||||||
CC=/usr/latest/bin/gcc -Wall -ansi
|
CC=/usr/latest/bin/gcc -Wall -ansi
|
||||||
#stuff for self hosting
|
#stuff for self hosting
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
HDEFINES=-DHOST_SYS=SUN4_SYS
|
|
||||||
YACC=yacc -tvd
|
YACC=yacc -tvd
|
||||||
#CC=gcc -Wall -ansi
|
#CC=gcc -Wall -ansi
|
||||||
#stuff for self hosting
|
#stuff for self hosting
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
CDEFINES=-DHOST_SYS=SUN3_SYS
|
|
||||||
#CC=gcc -ansi -Wall
|
#CC=gcc -ansi -Wall
|
||||||
CC=cc
|
CC=cc
|
||||||
YACC=yacc -d
|
YACC=yacc -d
|
||||||
|
Reference in New Issue
Block a user