Skip to content

Commit

Permalink
Whoops, missed a line
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 20, 2009
1 parent c117313 commit ad42088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc-fat.sh
Expand Up @@ -63,7 +63,7 @@ while test x$1 != x; do
-V) exec gcc $1;;
-print-prog-name=*) exec gcc $1;;
-print-search-dirs) exec gcc $1;;
-E) GCC_COMPILE_PPC="$GCC_COMPILE_PPC -E"
-E) GCC_COMPILE_PPC32="$GCC_COMPILE_PPC32 -E"
GCC_COMPILE_PPC64="$GCC_COMPILE_PPC64 -E"
GCC_COMPILE_X86="$GCC_COMPILE_X86 -E"
GCC_COMPILE_X64="$GCC_COMPILE_X64 -E"
Expand Down

0 comments on commit ad42088

Please sign in to comment.