mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-16 23:06:48 +08:00
No longer needed.
This commit is contained in:
@ -1,17 +0,0 @@
|
|||||||
AS_FOR_TARGET = ` \
|
|
||||||
if [ -f $${rootme}/pagas/Makefile ] ; then \
|
|
||||||
echo $${rootme}/pagas/as.new ; \
|
|
||||||
else \
|
|
||||||
if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
|
|
||||||
echo $(AS); \
|
|
||||||
else \
|
|
||||||
t='$(program_transform_name)'; echo as | sed -e '' $$t ; \
|
|
||||||
fi; \
|
|
||||||
fi`
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user