| Submitter | Nathan Froyd |
|---|---|
| Date | Aug. 3, 2009, 3:43 p.m. |
| Message ID | <1249314209-10230-7-git-send-email-froydnj@codesourcery.com> |
| Download | mbox | patch |
| Permalink | /patch/30652/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/configure b/configure index 36db3b2..def8948 100755 --- a/configure +++ b/configure @@ -1921,12 +1921,14 @@ case "$target_arch2" in ppc) gdb_xml_files="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml" target_phys_bits=32 + target_nptl="yes" ;; ppcemb) TARGET_BASE_ARCH=ppc TARGET_ABI_DIR=ppc gdb_xml_files="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml" target_phys_bits=64 + target_nptl="yes" ;; ppc64) TARGET_BASE_ARCH=ppc
Enabling support for ppc64-linux-user should be easy enough to do later. Signed-off-by: Nathan Froyd <froydnj@codesourcery.com> --- configure | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)