aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-06 17:48:24 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-06 17:48:24 +0000
commitba2b484f6d3a12e493e3fee496ff551925abbffc (patch)
treedab9a6d1740d920cdbef5f3c830ae404a8c482be /configure
parent3eec35ecbdaffe99b42770254e192ede7a343a6d (diff)
* configure.ac: Add Microblaze target.
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150535 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 7bebf1e591d..b7e22f700a4 100755
--- a/configure
+++ b/configure
@@ -2612,6 +2612,9 @@ case "${target}" in
m68k-apollo-*)
noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
;;
+ microblaze*)
+ noconfigdirs="$noconfigdirs gprof ${libgcj}"
+ ;;
mips*-sde-elf*)
skipdirs="$skipdirs target-libiberty"
noconfigdirs="$noconfigdirs ${libgcj}"