mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
(CFLAGS): Delete it from here.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
|
||||||
|
|
||||||
|
* config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
|
||||||
|
(CFLAGS): Delete it from here.
|
||||||
|
|
||||||
Thu May 12 14:06:34 1994 Bill Cox (bill@rtl.cygnus.com)
|
Thu May 12 14:06:34 1994 Bill Cox (bill@rtl.cygnus.com)
|
||||||
|
|
||||||
* .Sanitize: Drop the gdb.t30 and gdb.t31 directories
|
* .Sanitize: Drop the gdb.t30 and gdb.t31 directories
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# compilers and assemblers
|
# compilers and assemblers
|
||||||
CC = i960-vxworks-gcc
|
CC = i960-vxworks-gcc
|
||||||
CFLAGS = -mca -g -r -I/home/vx960/5.0.3/h -D${target_os} -DCPU_FAMILY=I960 #-nostdlib
|
CFLAGS = -mca -g -I/home/vx960/5.0.3/h -D${target_os} -DCPU_FAMILY=I960 #-nostdlib
|
||||||
C++ = ${CC}
|
C++ = ${CC}
|
||||||
C++FLAGS = ${CFLAGS}
|
C++FLAGS = ${CFLAGS}
|
||||||
CXX = ${CC}
|
CXX = ${CC}
|
||||||
@ -10,7 +10,7 @@ ASFLAGS =
|
|||||||
FC =
|
FC =
|
||||||
FCFLAGS =
|
FCFLAGS =
|
||||||
LD = ld
|
LD = ld
|
||||||
LDFLAGS =
|
LDFLAGS = -r
|
||||||
LIBS = -lgcc
|
LIBS = -lgcc
|
||||||
|
|
||||||
# binutils
|
# binutils
|
||||||
|
Reference in New Issue
Block a user