Am 08.05.2014 10:26, schrieb Doug Kwan: > Add a new user mode target for little-endian PPC64. > > Signed-off-by: Doug Kwan <[email protected]> > --- > configure | 6 ++++++ > default-configs/ppc64el-linux-user.mak | 1 + > 2 files changed, 7 insertions(+) > create mode 100644 default-configs/ppc64el-linux-user.mak > > diff --git a/configure b/configure > index ac2fa15..ce44044 100755 > --- a/configure > +++ b/configure > @@ -4917,6 +4917,12 @@ case "$target_name" in > echo "TARGET_ABI32=y" >> $config_target_mak > gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml > power-spe.xml" > ;; > + ppc64el)
In SUSE's build system and everywhere I read people talking about it, including your 2/3, it's called ppc64le. Why did you choose ppc64el? Regards, Andreas > + TARGET_ARCH=ppc64 > + TARGET_BASE_ARCH=ppc > + TARGET_ABI_DIR=ppc > + gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml > power-spe.xml" > + ;; > sh4|sh4eb) > TARGET_ARCH=sh4 > bflt="yes" > diff --git a/default-configs/ppc64el-linux-user.mak > b/default-configs/ppc64el-linux-user.mak > new file mode 100644 > index 0000000..6948225 > --- /dev/null > +++ b/default-configs/ppc64el-linux-user.mak > @@ -0,0 +1 @@ > +# Default configuration for ppc64el-linux-user > -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
