Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
|
|
|
|
- suggest some target flags for abi64
|
|
It would make sense to provide a $(PREREQ_TARGETDIR_USR_INCLUDE) prerequisite that expands to $(TARGET_DIR)/usr/include
if installing any headers was requested to fix this in a generic manner..
|
|
|
|
|
|
|
|
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sorry for any inconvenience this may have caused..
|
|
STRIP=$(TARGET_STRIP) (i.e. without quoting). Thanks to Dimitry Golubovsky
for mentioning this.
|
|
(Ivan Kuten)
|
|
|
|
- fixup after Ulf: CXX doesn't take CFLAGS but CXXFLAGS
|
|
|
|
|
|
|
|
|