Changeset 79457
- Timestamp:
- 06/14/11 04:22:44 (4 years ago)
- Location:
- trunk/dports/cross/mips-elf-binutils
- Files:
-
- 2 added
- 1 edited
-
Portfile (modified) (3 diffs)
-
files (added)
-
files/patch-configure.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/cross/mips-elf-binutils/Portfile
r72086 r79457 28 28 dist_subdir binutils 29 29 30 patchfiles patch-configure.diff 31 30 32 # Build in a different directory, as advised in the README file. 31 33 pre-configure { system "cd ${workpath} && mkdir -p build"} … … 33 35 configure.cmd ${worksrcpath}/configure 34 36 configure.args --infodir='${prefix}/share/info' --target=${crossgcc-target} \ 35 --program-prefix=${crossgcc-target}- --mandir='${prefix}/share/man' 36 build.dir ${workpath}/build 37 37 --program-prefix=${crossgcc-target}- --mandir='${prefix}/share/man' \ 38 --disable-werror 39 40 platform darwin { 41 if {$build_arch == "i386"} { 42 configure.args-append --build=i686-apple-${os.platform}${os.version} \ 43 --host=i686-apple-darwin${os.platform}${os.version} 44 } else { 45 configure.args-append --build=${build_arch}-apple-${os.platform}${os.version} \ 46 --host=${build_arch}-apple-${os.platform}${os.version} 47 } 48 } 49 50 build.dir ${workpath}/build 51 38 52 # We don't want the etc module. 39 53 post-extract { … … 41 55 } 42 56 43 p atch {57 post-patch { 44 58 namespace eval crossgcc {} 45 59
Note: See TracChangeset
for help on using the changeset viewer.

