diff options
author | Khem Raj <raj.khem@gmail.com> | 2008-12-10 12:05:30 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-12-10 12:05:30 -0800 |
commit | fca5cadc1e2012f01afcdd67d9482a4c52aa52d1 (patch) | |
tree | 19617c6e63af57cc2c2b3de4d849e38c99e407ea /packages/gcc/gcc-cross_3.3.4.bb | |
parent | b7040d5e843b3172a040f119ed1f047a1c880aa8 (diff) |
gcc-package-cross: Creative relative symbolic link to fortran and only if fortran is available
* This patch adds the symbolic link only if fortran is enabled in gcc and secondly it creates
them relative and not absolute as they are right now.
Diffstat (limited to 'packages/gcc/gcc-cross_3.3.4.bb')
-rw-r--r-- | packages/gcc/gcc-cross_3.3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_3.3.4.bb b/packages/gcc/gcc-cross_3.3.4.bb index 1f5e5f7876..6513704341 100644 --- a/packages/gcc/gcc-cross_3.3.4.bb +++ b/packages/gcc/gcc-cross_3.3.4.bb @@ -1,4 +1,4 @@ -PR ="r8" +PR ="r9" require gcc-${PV}.inc require gcc-cross.inc |