Bash 4.2.0(1)-release, which we use during bootstrap, does not yield the "x" case in: case x"$EMULATION_NAME" in x) ;; *) ;; esac when 'EMULATION_NAME' is undefined. Bash 4.3.30(1)-release doesn't have this problem. Work around it. This Bash bug was fixed in . --- a/ld/emulparams/elf32bmipn32-defs.sh +++ b/ld/emulparams/elf32bmipn32-defs.sh @@ -13,7 +13,7 @@ LITTLE_OUTPUT_FORMAT="elf32-littlemips" TEMPLATE_NAME=elf32 EXTRA_EM_FILE=mipself -case x"$EMULATION_NAME" in +case "x$EMULATION_NAME" in xelf32*n32*) ELFSIZE=32 ;; xelf64*) ELFSIZE=64 ;; x) ;; ' value='3bfb1b568d7a81b5bceb50bf083f30088db78285'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/noweb.scm
00'>2020-09-21
AgeCommit message (Expand)Author
2020-01-19gnu: noweb: Declare a source file-name....Efraim Flashner
2020-01-16gnu: noweb: Update to 2.12....Tobias Geerinckx-Rice
2020-01-16gnu: noweb: Embed store references to external binaries....Tobias Geerinckx-Rice
2020-01-16gnu: noweb: Use HTTPS home page....Tobias Geerinckx-Rice
gnu: php: Disable unreliable test....Tobias Geerinckx-Rice
2020-09-04gnu: php: Update to 7.4.10....Tobias Geerinckx-Rice
2020-08-13gnu: php: Update to 7.4.9....Tobias Geerinckx-Rice
2020-07-11gnu: php: Update to 7.4.8....Tobias Geerinckx-Rice
2020-06-11gnu: php: Update to 7.4.7....Julien Lepiller
2020-05-14gnu: php: Update to 7.4.6....Julien Lepiller
2020-05-06gnu: php: Remove failing tests....Maxim Cournoyer
2020-05-06gnu: php: Partially fix the build....Maxim Cournoyer
2020-04-23Merge branch 'master' into core-updates...Marius Bakke
2020-04-19gnu: php: Update to 7.4.5....Julien Lepiller
2020-03-30Merge branch 'master' into core-updates...Marius Bakke
2020-03-29gnu: Remove more packages deprecated for over almost a year....Tobias Geerinckx-Rice
2020-03-21Merge branch 'master' into core-updatesMarius Bakke
2020-03-20gnu: php: Update to 7.4.4....Tobias Geerinckx-Rice