LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 1128 - configure script doesn't know about arm backend
Summary: configure script doesn't know about arm backend
Status: RESOLVED FIXED
Alias: None
Product: Build scripts
Classification: Unclassified
Component: autoconf (show other bugs)
Version: trunk
Hardware: All All
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords: build-problem
Depends on:
Blocks:
 
Reported: 2007-01-21 00:03 PST by Chris Lattner
Modified: 2010-02-22 12:52 PST (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Lattner 2007-01-21 00:03:28 PST
The configure.ac script doesn't know about arm, thus --enable-targets=arm doesn't work.  It looks like 
ARM entries should be added everywhere x86 is handled in configure.ac.

This was reported by ramana on irc.

-Chris
Comment 1 Reid Spencer 2007-01-21 00:33:01 PST
Should be fixed now, but please test it.

Reid.