mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
From David WOod
This commit is contained in:
@ -1,4 +1,7 @@
|
|||||||
|
# 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'
|
||||||
|
# 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 = -DHOST_SYS=RTBSD_SYS -DNO_VARARGS
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
CC=gcc
|
CC=gcc # hc/pcc just can't cut it
|
||||||
|
Reference in New Issue
Block a user