diff options
author | midipix <writeonce@midipix.org> | 2016-02-27 10:12:03 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-02-27 10:58:07 -0500 |
commit | 239036f998a5e14c9dee45b7d103ea64ea8ad845 (patch) | |
tree | de8e41933fd8ed4626f6778a51dc1bd2e0c631fe | |
parent | 40b6097d92eb15d75685fd8a86cdb95702c21281 (diff) | |
download | sofort-239036f998a5e14c9dee45b7d103ea64ea8ad845.tar.bz2 sofort-239036f998a5e14c9dee45b7d103ea64ea8ad845.tar.xz |
build system: Makefile.in: .display-env: $(CROSS_COMPILE)'s label now matches.
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index bdcdc32..bd47dfe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -220,7 +220,7 @@ clean: @echo COMPILER:' '$(COMPILER) @echo TOOLCHAIN:' '$(TOOLCHAIN) @echo SYSROOT:' '$(SYSROOT) - @echo XCOMPILE:' '$(CROSS_COMPILE) + @echo CROSS_COMPILE:' '$(CROSS_COMPILE) @echo SHELL:' '$(SHELL) @echo |