X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=DuetPkg%2FPostBuild.sh;h=f032de3a9de4f092a2daaf7d2d01bbba802206c3;hp=c77c0f345542fc52b25ee04f92f158fc7756d303;hb=912065fe704aa3e74110a1446c13e1a76d5be231;hpb=77833d0b649f5daa5a03cb8ddea3c2048031b583 diff --git a/DuetPkg/PostBuild.sh b/DuetPkg/PostBuild.sh index c77c0f3455..f032de3a9d 100755 --- a/DuetPkg/PostBuild.sh +++ b/DuetPkg/PostBuild.sh @@ -6,7 +6,7 @@ # and platform building, so just use a sh file to do post build commands. # Originally, following post building command is for EfiLoader module. # -# Copyright (c) 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -53,11 +53,11 @@ case "$2" in UNIXGCC) export TOOLTAG=UNIXGCC ;; - GCC44) - export TOOLTAG=GCC44 + GCC4*) + export TOOLTAG=$2 ;; *) - echo Invalid tool tag, should be only UNIXGCC or GCC44 + echo Invalid tool tag, should be only UNIXGCC or GCC4\* return 1 esac