mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
package/Makefile.in: fix incorrect comment
The TARGET_{CC,CXX,LD,...} variables no longer contain any --sysroot option, since we're now using a toolchain wrapper for external toolchains. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7f1f9185e7
commit
87bb439942
@ -147,8 +147,7 @@ endif
|
|||||||
# Quotes are needed for spaces et al in path components.
|
# Quotes are needed for spaces et al in path components.
|
||||||
TARGET_PATH="$(HOST_DIR)/bin:$(HOST_DIR)/usr/bin:$(HOST_DIR)/usr/sbin/:$(PATH)"
|
TARGET_PATH="$(HOST_DIR)/bin:$(HOST_DIR)/usr/bin:$(HOST_DIR)/usr/sbin/:$(PATH)"
|
||||||
|
|
||||||
# Define TARGET_xx variables for all common binutils/gcc tools by
|
# Define TARGET_xx variables for all common binutils/gcc
|
||||||
# including the --sysroot option where necessary.
|
|
||||||
TARGET_AR = $(TARGET_CROSS)ar
|
TARGET_AR = $(TARGET_CROSS)ar
|
||||||
TARGET_AS = $(TARGET_CROSS)as
|
TARGET_AS = $(TARGET_CROSS)as
|
||||||
TARGET_CC = $(TARGET_CROSS)gcc
|
TARGET_CC = $(TARGET_CROSS)gcc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user