Changeset 84cd165
- Timestamp:
- Sep 30, 2006, 10:19:38 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bd07e5e1
- Parents:
- 73888e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/multiarch_wrapper.xml
r73888e6 r84cd165 34 34 #include <string.h> 35 35 36 #ifndef DEFAULTENV37 #define DEFAULTENV"64"36 #ifndef USE_ARCH 37 #define USE_ARCH "64" 38 38 #endif 39 39 … … 44 44 45 45 if(!(use_arch = getenv("USE_ARCH"))) 46 use_arch = DEFAULTENV;46 use_arch = USE_ARCH; 47 47 48 48 filename = (char *) malloc(strlen(argv[0]) + strlen(use_arch) + 2);
Note:
See TracChangeset
for help on using the changeset viewer.