From: Doug Evans Date: Thu, 25 Apr 1996 01:42:40 +0000 (+0000) Subject: Say a bit more regarding configuration triplets. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5da4dc2c46e0f5fb0bca09f78b044dd450fb2eea;p=gcc.git Say a bit more regarding configuration triplets. From-SVN: r11883 --- 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 ();