[llvm-commits] CVS: llvm-gcc/gcc/Makefile.in

Chris Lattner lattner at cs.uiuc.edu
Thu Nov 18 10:07:02 PST 2004



Changes in directory llvm-gcc/gcc:

Makefile.in updated: 1.4 -> 1.5
---
Log message:

get the target triple into the GCC binary.


---
Diffs of the changes:  (+1 -1)

Index: llvm-gcc/gcc/Makefile.in
diff -u llvm-gcc/gcc/Makefile.in:1.4 llvm-gcc/gcc/Makefile.in:1.5
--- llvm-gcc/gcc/Makefile.in:1.4	Mon Aug  9 13:29:24 2004
+++ llvm-gcc/gcc/Makefile.in	Thu Nov 18 12:06:18 2004
@@ -677,7 +677,7 @@
 # IN_GCC distinguishes between code compiled into GCC itself and other
 # programs built during a bootstrap.
 # autoconf inserts -DCROSS_COMPILE if we are building a cross compiler.
-INTERNAL_CFLAGS = -DIN_GCC @CROSS@
+INTERNAL_CFLAGS = -DIN_GCC @CROSS@ -DDEFAULT_TARGET_MACHINE=\"$(target_alias)\"
 
 # This is the variable actually used when we compile. If you change this,
 # you probably want to update BUILD_CFLAGS in configure.in






More information about the llvm-commits mailing list