Browse Source

Fix wording of message

pull/1941/head
Martin Kroeker GitHub 7 years ago
parent
commit
259eb300ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      getarch.c

+ 1
- 1
getarch.c View File

@@ -1069,7 +1069,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef FORCE

#ifdef USER_TARGET
#error "The target specified in Makefile.rule is not supported. Please choose a target from TargetList.txt and revise Makefile.rule."
#error "The TARGET specified on the command line or in Makefile.rule is not supported. Please choose a target from TargetList.txt"
#endif

#if defined(__powerpc__) || defined(__powerpc) || defined(powerpc) || \


Loading…
Cancel
Save