Changeset 79762
- Timestamp:
- 06/24/11 19:54:56 (4 years ago)
- File:
-
- 1 edited
-
trunk/base/src/port1.0/portutil.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/port1.0/portutil.tcl
r79689 r79762 2644 2644 } 2645 2645 2646 # returns the flags that should be passed to the compiler to choose arch(s) 2647 proc get_canonical_archflags {{tool cc}} { 2648 if {![variant_exists universal] || ![variant_isset universal]} { 2649 return [option configure.${tool}_archflags] 2650 } else { 2651 if {$tool == "cc" || $tool == "objc"} { 2652 set tool c 2653 } 2654 return [option configure.universal_${tool}flags] 2655 } 2656 } 2657 2646 2658 # check that the selected archs are supported 2647 2659 proc check_supported_archs {} {
Note: See TracChangeset
for help on using the changeset viewer.

