Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-12-29 08:00:11 +0300
committerMike Frysinger <vapier@gentoo.org>2023-12-31 09:44:12 +0300
commita9a7312fa601a57fc6c3adb535f1aa41e487aeb7 (patch)
treed27f7c38af6fb68a73270271cb48db56f2e4b1a5 /libgloss/or1k/boards/README
parent89d8c49036d75886c5ad7860d3711c6d8705aa36 (diff)
libgloss: merge or1k into top-level Makefile
Avoid a recursive make to speed things up a bit. A or1k-elf build shows installed objects & libs produce same code.
Diffstat (limited to 'libgloss/or1k/boards/README')
-rw-r--r--libgloss/or1k/boards/README5
1 files changed, 2 insertions, 3 deletions
diff --git a/libgloss/or1k/boards/README b/libgloss/or1k/boards/README
index b6c5abf92..290b798b5 100644
--- a/libgloss/or1k/boards/README
+++ b/libgloss/or1k/boards/README
@@ -60,6 +60,5 @@ steps:
implementation. It is recommended to do so in assembler board files to
keep the ability to overwrite the default implementation by the user.
-When you are done with your board, add it to libgloss/or1k/Makefile.in to the
-BOARDS variable and compile.
-
+When you are done with your board, add it to libgloss/or1k/Makefile.inc like the
+other libboard-*.a definitions and compile.