Skip to content

Commit 04d0e52

Browse files
committed
doc: Remove links to README.mk-devel
It was removed in f7f6682 ("Update some docs."), mention doc/build-system-guide.txt instead. Reviewed-by: Li Wang <[email protected]> Acked-by: Jan Stancek <[email protected]> Acked-by: Cyril Hrubis <[email protected]> Signed-off-by: Petr Vorel <[email protected]>
1 parent fde0f06 commit 04d0e52

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

INSTALL

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ LDFLAGS - linker flags, e.g. "-L$SYSROOT/usr/lib" "-L$SYSROOT/lib". DO NOT
241241
LDLIBS - libraries listed after objects during link, e.g. -lc, -lpthread,
242242
-lltp.
243243

244-
See README.mk-devel for a more terse description of what's available.
244+
For other variables and more info about the build systems see
245+
doc/build-system-guide.txt.
245246

246247
Common Issues
247248
----------------------

include/mk/config.mk.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ LDFLAGS := @LDFLAGS@
6262

6363
DEBUG_CFLAGS ?= -g
6464

65-
# Please see README.mk-devel about -fstrict-aliasing.
65+
# for -fstrict-aliasing see doc/build-system-guide.txt
6666
OPT_CFLAGS ?= -O2 -fno-strict-aliasing -pipe
6767

6868
WCFLAGS ?= -Wall -W @GCC_WARN_OLDSTYLE@

0 commit comments

Comments
 (0)