diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-10-25 22:55:05 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-10-25 22:55:05 +0000 |
| commit | 517005c76061eb225295c7f8cb21805fa94fe07a (patch) | |
| tree | 296bde970222b6e0c71d04e15a23da846c8ba4e7 /llvm/lib/Target | |
| parent | 9e33759f883a132c2ebeaa4fa6fb716894f79f32 (diff) | |
| download | bcm5719-llvm-517005c76061eb225295c7f8cb21805fa94fe07a.tar.gz bcm5719-llvm-517005c76061eb225295c7f8cb21805fa94fe07a.zip | |
Build the X86 target as well
llvm-svn: 4283
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Makefile b/llvm/lib/Target/Makefile index 3c5bf674648..32032a66be1 100644 --- a/llvm/lib/Target/Makefile +++ b/llvm/lib/Target/Makefile @@ -1,5 +1,5 @@ LEVEL = ../.. -DIRS = Sparc +DIRS = Sparc X86 LIBRARYNAME = target BUILD_ARCHIVE = 1 |

