mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
This commit is contained in:
@ -3,4 +3,4 @@
|
||||
#
|
||||
weird.o: $(srcdir)/weird.def $(srcdir)/ecoff.sed
|
||||
sed -f $(srcdir)/ecoff.sed <$(srcdir)/weird.def >weird.s
|
||||
$(CC) -c weird.s
|
||||
$(CC) $(CFLAGS) -c weird.s
|
||||
|
Reference in New Issue
Block a user