git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a439f81
)
gcc 4.1.1: fix build troubles
author
Koen Kooi
<koen@openembedded.org>
Sun, 23 Jul 2006 13:40:38 +0000
(13:40 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 23 Jul 2006 13:40:38 +0000
(13:40 +0000)
packages/gcc/gcc_4.1.1.bb
patch
|
blob
|
history
diff --git
a/packages/gcc/gcc_4.1.1.bb
b/packages/gcc/gcc_4.1.1.bb
index
e29f5e5
..
3512482
100644
(file)
--- a/
packages/gcc/gcc_4.1.1.bb
+++ b/
packages/gcc/gcc_4.1.1.bb
@@
-30,15
+30,15
@@
SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 \
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
#Set the fortran bits
-FORTRAN = ""
# "f95"
-HAS_GFORTRAN
?
= "no"
+FORTRAN = ""
+HAS_GFORTRAN = "no"
HAS_G2C = "no"
#Set the java bits
-JAVA_arm = ""
# ",java"
+JAVA_arm = ""
include gcc3-build.inc
-EXTRA_OECONF += "
--disable-libssp
"
+EXTRA_OECONF += "
--disable-libssp
"