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.4.3.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.4.3.bb')
-rw-r--r-- | packages/gcc/gcc-cross_3.4.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_3.4.3.bb b/packages/gcc/gcc-cross_3.4.3.bb index 271509b32e..83319f1814 100644 --- a/packages/gcc/gcc-cross_3.4.3.bb +++ b/packages/gcc/gcc-cross_3.4.3.bb @@ -1,4 +1,4 @@ -PR = "r16" +PR = "r17" require gcc-${PV}.inc require gcc-cross.inc |