⛏️ index : buildtools.git

author Michael Lotz <mmlr@mlotz.ch> 2009-01-26 6:53:18.0 +00:00:00
committer Michael Lotz <mmlr@mlotz.ch> 2009-01-26 6:53:18.0 +00:00:00
commit
d9a3c7bddee3fcf63e7ce0df27a88b69a15eaf30 [patch]
tree
a1e4543aae07f0f223bfaf89eebe9a1e95fd3392
parent
c171ec6b9c4d3f8caeabd15cce67a9827258ba89
download
d9a3c7bddee3fcf63e7ce0df27a88b69a15eaf30.tar.gz

That was only for native compilation actually. Should un-break cross-compiler creation.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29044 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

 gcc/gcc/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/gcc/Makefile.in b/gcc/gcc/Makefile.in
index c5010b7..d193ae9 100644
--- a/gcc/gcc/Makefile.in
+++ b/gcc/gcc/Makefile.in
@@ -3265,7 +3265,7 @@
$(genprogmd:%=build/gen%$(build_exeext)): $(BUILD_RTL) $(BUILD_ERRORS)

# These programs need libs over and above what they get from the above list.
#build/genautomata$(build_exeext) : BUILD_LIBS += -lm
build/genautomata$(build_exeext) : BUILD_LIBS += -lm

# These programs are not linked with the MD reader.
build/gengenrtl$(build_exeext) : $(BUILD_ERRORS)