Changeset 5870da5e in rtems
- Timestamp:
- Feb 17, 2007, 6:56:06 AM (13 years ago)
- Children:
- 9ea253e
- Parents:
- 9b6ba91
- Location:
- contrib/crossrpms
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/crossrpms/Makefile.am
r9b6ba91 r5870da5e 5 5 EXTRA_DIST = 6 6 7 SUBDIRS = @ TARGET_SUBDIRS@7 SUBDIRS = @HOST_SUBDIRS@ @TARGET_SUBDIRS@ 8 8 9 9 DIST_SUBDIRS = cygwin -
contrib/crossrpms/configure.ac
r9b6ba91 r5870da5e 63 63 sysdirpattern="/%sysdir/d" 64 64 rpmprefix= 65 host_subdirs= 65 66 ;; 66 67 /usr/local) 67 68 sysdirpattern="/%sysdir/d" 68 69 rpmprefix="local-" 70 host_subdirs=autotools 69 71 ;; 70 72 /opt/rtems) 71 73 sysdirpattern="s/^%sysdir/%dir/g" 72 74 rpmprefix="rtems-" 75 host_subdirs=autotools 73 76 ;; 74 77 NONE|${ac_default_prefix}) # Default prefix 75 78 sysdirpattern="s/^%sysdir/%dir/g" 76 79 rpmprefix="[rtems-]RTEMS_API[-]" 80 host_subdirs=autotools 77 81 ;; 78 82 *) 79 83 sysdirpattern="s/^%sysdir/%dir/g" 80 84 rpmprefix="custom-" 85 host_subdirs=autotools 81 86 ;; 82 87 esac 83 88 AC_SUBST(sysdirpattern) 89 AC_SUBST(HOST_SUBDIRS,$host_subdirs) 84 90 85 91 AC_ARG_ENABLE([rpmprefix], -
contrib/crossrpms/gcc/gccnewlib.add
r9b6ba91 r5870da5e 21 21 %define _use_internal_dependency_generator 0 22 22 23 %if "%{gcc_version}" >= "4.2.0" 24 BuildRequires: flex bison 25 %endif 23 26 %if %build_gcj 24 27 # Building gcj requires bison and zlib
Note: See TracChangeset
for help on using the changeset viewer.