From 5da4dc2c46e0f5fb0bca09f78b044dd450fb2eea Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 25 Apr 1996 01:42:40 +0000 Subject: [PATCH] Say a bit more regarding configuration triplets. From-SVN: r11883 --- gcc/config/arm/arm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 8ed8e5731f2..e7b86093678 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -25,6 +25,8 @@ Boston, MA 02111-1307, USA. */ arm-*-*: little endian armel-*-*: little endian armeb-*-*: big endian + If a non-embedded environment (ie: "real" OS) is specified, `arm' + should default to that used by the OS. */ extern void output_func_prologue (); -- 2.30.2